mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 23:16:42 +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
|
# This part deals with saving/restoring samples
|
||||||
|
|
||||||
|
PHONY += samples
|
||||||
|
samples:
|
||||||
|
@$(ECHO) ' MKDIR $@'
|
||||||
|
$(SILENT)mkdir -p $@
|
||||||
|
|
||||||
# Save a sample
|
# Save a sample
|
||||||
saveconfig:
|
saveconfig: .config samples
|
||||||
$(SILENT)$(CT_LIB_DIR)/scripts/saveSample.sh
|
$(SILENT)$(CT_LIB_DIR)/scripts/saveSample.sh
|
||||||
|
|
||||||
# The 'sample_dir' function prints the directory in which the sample is,
|
# The 'sample_dir' function prints the directory in which the sample is,
|
||||||
|
@ -33,7 +33,8 @@ endif
|
|||||||
|
|
||||||
PHONY += scripts
|
PHONY += scripts
|
||||||
scripts:
|
scripts:
|
||||||
$(SILENT)mkdir -p scripts
|
@$(ECHO) ' MKDIR $@'
|
||||||
|
$(SILENT)mkdir -p $@
|
||||||
|
|
||||||
$(CONFIG_SUB_DEST): scripts FORCE
|
$(CONFIG_SUB_DEST): scripts FORCE
|
||||||
@$(ECHO) ' WGET $@'
|
@$(ECHO) ' WGET $@'
|
||||||
|
Loading…
Reference in New Issue
Block a user