diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-29 10:31:15 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-29 10:31:15 +0000 |
commit | 993eeb9f8f147b23697b64079893ed69a3492f09 (patch) | |
tree | bc98d37d877eacd8bc20181aa6f1389fa37c0ff8 /ct-ng.in | |
parent | 9c2b2a91f72335b55f8a37001e7efdc76757592b (diff) | |
download | crosstool-ng-993eeb9f8f147b23697b64079893ed69a3492f09.tar.gz crosstool-ng-993eeb9f8f147b23697b64079893ed69a3492f09.tar.bz2 crosstool-ng-993eeb9f8f147b23697b64079893ed69a3492f09.zip |
Use $(MAKE) for recursive calls, don't directly use $(CT_NG).
Pass on the V variable on the $(MAKE) command lines.
/trunk/steps.mk | 6 3 3 0 +++---
/trunk/ct-ng.in | 2 1 1 0 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ build: .config $(SILENT)$(CT_LIB_DIR)/scripts/crosstool.sh build.%: - $(SILENT)$(CT_NG) $(shell echo "$(@)" |sed -r -e 's|^([^.]+)\.([[:digit:]]+)$$|\1 CT_JOBS=\2|;') + $(SILENT)$(MAKE) -rf $(CT_NG) $(shell echo "$(@)" |sed -r -e 's|^([^.]+)\.([[:digit:]]+)$$|\1 CT_JOBS=\2|;') PHONY += tarball #tarball: |