diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-03 00:35:30 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-03 00:35:30 -0800 |
commit | 5ffc9ecd10dec73024f8e7f3815c7b2f0851ba56 (patch) | |
tree | 010f2c18d1137b7a1f35370c1aca82573090bc09 /samples | |
parent | 8c87c3d7195c3cd43253ab73745216dddb8bec3c (diff) | |
parent | f849505ac94a3f616fc3af243f50be42409335ca (diff) | |
download | crosstool-ng-5ffc9ecd10dec73024f8e7f3815c7b2f0851ba56.tar.gz crosstool-ng-5ffc9ecd10dec73024f8e7f3815c7b2f0851ba56.tar.bz2 crosstool-ng-5ffc9ecd10dec73024f8e7f3815c7b2f0851ba56.zip |
Merge pull request #235 from stilor/ctng-source
ctng source
Diffstat (limited to 'samples')
-rw-r--r-- | samples/samples.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index e154e5ca..4545d5c3 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -204,5 +204,5 @@ build-all: $(patsubst %,build-%,$(CT_SAMPLES)) # Build all samples, overiding the number of // jobs per sample build-all.%: - $(SILENT)$(MAKE) -rf $(CT_NG) V=$(V) $(shell echo "$(@)" |$(sed) -r -e 's|^([^.]+)\.([[:digit:]]+)$$|\1 CT_JOBS=\2|;') + $(SILENT)$(MAKE) -rf $(CT_NG) build-all CT_JOBS=$* |