diff options
author | Alexey Neyman <stilor@att.net> | 2017-11-19 00:16:21 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-11-19 21:50:28 -0800 |
commit | f1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691 (patch) | |
tree | 41972a41c1464420a4305f630e31f613ee331404 /samples/samples.mk | |
parent | 63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (diff) | |
download | crosstool-ng-f1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691.tar.gz crosstool-ng-f1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691.tar.bz2 crosstool-ng-f1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691.zip |
Retire wiki-printer
It is not used anymore and is currently broken.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/samples.mk')
-rw-r--r-- | samples/samples.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index ecd8a158..862dbe4a 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -31,7 +31,6 @@ help-samples:: help-distrib:: @echo ' check-samples - Verify if samples need updates due to Kconfig changes' @echo ' update-samples - Regenerate sample configurations using the current Kconfig' - @echo ' wiki-samples - Print a DokuWiki table of samples' help-env:: @echo ' CT_PREFIX=dir - install samples in dir (see action "build-all", above).' @@ -110,22 +109,6 @@ check-samples: $(patsubst %,check-%,$(CT_SAMPLES)) update-samples: $(SILENT)$(MAKE) -rf $(CT_NG) check-samples CT_UPDATE_SAMPLES=yes -PHONY += wiki-samples -wiki-samples: wiki-samples-pre $(patsubst %,wiki-%,$(CT_SAMPLES)) wiki-samples-post - -wiki-samples-pre: FORCE - $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showSamples.sh -w - -wiki-samples-post: FORCE - $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showSamples.sh -W $(CT_SAMPLES) - -$(patsubst %,wiki-%,$(CT_SAMPLES)): wiki-%: - $(SILENT)KCONFIG_CONFIG=$$(pwd)/.config.sample \ - $(CONF) --defconfig=$(call sample_dir,$*)/crosstool.config \ - $(KCONFIG_TOP) >/dev/null - $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showSamples.sh -w $* - $(SILENT)rm -f .config.sample - # ---------------------------------------------------------- # This part deals with saving/restoring samples |