* 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>
|
2000-09-02 Egor Duda <deo@logos-m.ru>
|
||||||
|
|
||||||
* Makefile.in: Add new goal "check"
|
* Makefile.in: Add new goal "check"
|
||||||
|
|
|
@ -102,6 +102,10 @@ ifneq ($(MAKEOVERRIDES_WORKAROUND),)
|
||||||
export MAKEOVERRIDES
|
export MAKEOVERRIDES
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef RPATH_ENVVAR
|
||||||
|
VERBOSE=1
|
||||||
|
endif
|
||||||
|
|
||||||
.PRECIOUS: %.o
|
.PRECIOUS: %.o
|
||||||
|
|
||||||
%.o: %.cc
|
%.o: %.cc
|
||||||
|
|
Loading…
Reference in New Issue