diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-24 15:32:17 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-24 15:32:17 +0100 |
commit | 69884e3149f61be476e0dfddcc731096cd1afca2 (patch) | |
tree | 427bf5cb9c769192581cbf1b00b30b0de702f72c | |
parent | 610255e7e4361c786009dcc5c17be62286bea3e3 (diff) |
Makefile: remove outdated flush target
Not needed any more as we've removed the shared config.cache handling.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -592,9 +592,6 @@ ifeq ($(O),output) endif rm -rf $(CONFIG_DIR)/.config $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps -flush: - rm -f $(BUILD_DIR)/tgt-config.cache $(BUILD_DIR)/host-config.cache - configured: dirs kernel-headers uclibc-config busybox-config linux26-config prepatch: gcc-patched binutils-patched gdb-patched uclibc-patched @@ -627,7 +624,6 @@ help: @echo ' source - download all sources needed for offline-build' @echo ' source-check - check all packages for valid download URLs' @echo ' external-deps - list external packages used' - @echo ' flush - flush configuration cache' @echo @$(foreach b, $(notdir $(wildcard $(TOPDIR)/configs/*_defconfig)), \ printf " %-35s - Build for %s\\n" $(b) $(b:_defconfig=);) |