Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-02 06:05:23 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-02 06:05:23 +0400
commit0ce83ef6b8e1e7b113c1081d5ca203f5cac0e7b2 (patch)
treeb4a0b56a0e00f948f85c2d73ac2b161a282908df /winsup/Makefile.common
parent5b4db8388187cef4d91d6dd807a73b615bde00e1 (diff)
* Makefile.common: Extend VERBOSE default.
* Makefile.in: Don't clean the testsuite separately. It's already part of CLEAN_SUBDIRS.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index c9cb5f1d2..38a5779d7 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -11,8 +11,8 @@
# This makefile requires GNU make.
CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions
-MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/sourceware/winsup/cygwin/dlmalloc
-MALLOC_OBJ:=#/cygnus/src/sourceware/winsup/cygwin/dlmalloc/malloc.o
+MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc
+MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o
override srcdir:=${shell cd $(srcdir); pwd}
ifneq (,${filter-out /%,$(srcdir)})
@@ -106,6 +106,10 @@ ifdef RPATH_ENVVAR
VERBOSE=1
endif
+ifneq "${findstring -B,$(COMPILE_CXX) $(COMPILE_CC)}" ""
+VERBOSE=1
+endif
+
.PRECIOUS: %.o
%.o: %.cc