scripts: some eye-candy

This commit is contained in:
Yann E. MORIN" 2009-10-30 20:08:44 +01:00
parent 85da99fb23
commit 6af0ca4153
2 changed files with 8 additions and 2 deletions

View File

@ -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,

View File

@ -33,7 +33,8 @@ endif
PHONY += scripts
scripts:
$(SILENT)mkdir -p scripts
@$(ECHO) ' MKDIR $@'
$(SILENT)mkdir -p $@
$(CONFIG_SUB_DEST): scripts FORCE
@$(ECHO) ' WGET $@'