From 72be82dab3c0dc5905f6c65c0c97c4c422776dc0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 1 Oct 2000 04:32:36 +0000 Subject: [PATCH] * Makefile.common: Default to VERBOSE when part of overall source tree build. --- winsup/ChangeLog | 5 +++++ winsup/Makefile.common | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 211adeecb..b835a08b2 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,8 @@ +2000-09-30 Christopher Faylor + + * Makefile.common: Default to VERBOSE when part of overall source + tree build. + 2000-09-02 Egor Duda * Makefile.in: Add new goal "check" 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