summaryrefslogtreecommitdiff
path: root/samples/samples.mk
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 08:16:21 (GMT)
committerAlexey Neyman <stilor@att.net>2017-11-20 05:50:28 (GMT)
commitf1cca2a7c2e5cf5ba3cb4f9c520e6bc5edc1a691 (patch)
tree41972a41c1464420a4305f630e31f613ee331404 /samples/samples.mk
parent63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (diff)
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.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index ecd8a15..862dbe4 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