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-01 08:32:36 +0400
committerChristopher Faylor <me@cgf.cx>2000-10-01 08:32:36 +0400
commit72be82dab3c0dc5905f6c65c0c97c4c422776dc0 (patch)
treea0f6e4579e6c7b6a0769fb22732adabe6ed45e9e /winsup/Makefile.common
parent51c22a5c86fed0d42c9ab601124137bca412af00 (diff)
* Makefile.common: Default to VERBOSE when part of overall source
tree build.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index a6a200812..c9cb5f1d2 100644
--- a/winsup/Makefile.common
+++ b/winsup/Makefile.common
@@ -102,6 +102,10 @@ ifneq ($(MAKEOVERRIDES_WORKAROUND),)
export MAKEOVERRIDES
endif
+ifdef RPATH_ENVVAR
+VERBOSE=1
+endif
+
.PRECIOUS: %.o
%.o: %.cc