mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 06:56:40 +00:00
scripts: some eye-candy
This commit is contained in:
parent
85da99fb23
commit
6af0ca4153
@ -47,8 +47,13 @@ wiki-samples:
|
||||
# ----------------------------------------------------------
|
||||
# This part deals with saving/restoring samples
|
||||
|
||||
PHONY += samples
|
||||
samples:
|
||||
@$(ECHO) ' MKDIR $@'
|
||||
$(SILENT)mkdir -p $@
|
||||
|
||||
# Save a sample
|
||||
saveconfig:
|
||||
saveconfig: .config samples
|
||||
$(SILENT)$(CT_LIB_DIR)/scripts/saveSample.sh
|
||||
|
||||
# The 'sample_dir' function prints the directory in which the sample is,
|
||||
|
@ -33,7 +33,8 @@ endif
|
||||
|
||||
PHONY += scripts
|
||||
scripts:
|
||||
$(SILENT)mkdir -p scripts
|
||||
@$(ECHO) ' MKDIR $@'
|
||||
$(SILENT)mkdir -p $@
|
||||
|
||||
$(CONFIG_SUB_DEST): scripts FORCE
|
||||
@$(ECHO) ' WGET $@'
|
||||
|
Loading…
Reference in New Issue
Block a user