mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
* Makefile.common: Default to VERBOSE when part of overall source
tree build.
This commit is contained in:
parent
51c22a5c86
commit
72be82dab3
@ -1,3 +1,8 @@
|
||||
2000-09-30 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.common: Default to VERBOSE when part of overall source
|
||||
tree build.
|
||||
|
||||
2000-09-02 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* Makefile.in: Add new goal "check"
|
||||
|
@ -102,6 +102,10 @@ ifneq ($(MAKEOVERRIDES_WORKAROUND),)
|
||||
export MAKEOVERRIDES
|
||||
endif
|
||||
|
||||
ifdef RPATH_ENVVAR
|
||||
VERBOSE=1
|
||||
endif
|
||||
|
||||
.PRECIOUS: %.o
|
||||
|
||||
%.o: %.cc
|
||||
|
Loading…
x
Reference in New Issue
Block a user