diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-28 21:47:12 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-28 21:47:12 +0000 |
commit | ca905573f307d50cb504b0d8b105d3a8a87bfba0 (patch) | |
tree | 128983eb5ba1c83dee613264f0e979d6a145c198 /ct-ng.in | |
parent | 5c48279f0f1a34dcd0a3a09d3b25abc8e800fc1e (diff) | |
download | crosstool-ng-ca905573f307d50cb504b0d8b105d3a8a87bfba0.tar.gz crosstool-ng-ca905573f307d50cb504b0d8b105d3a8a87bfba0.tar.bz2 crosstool-ng-ca905573f307d50cb504b0d8b105d3a8a87bfba0.zip |
Also export the V value to sub-makes.
/trunk/ct-ng.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ ifeq ($(strip $(origin V)),command line) endif # V== 1 endif # V == 0 endif # origin V -export SILENT ECHO +export V SILENT ECHO .FORCE: .PHONY: $(PHONY) |