diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-25 00:00:23 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-25 00:00:23 +0200 |
commit | b052862f02f94eaca39fcd576971a84a13b865be (patch) | |
tree | 7c5dd8aad036ae5dd7a84e5c6743f2fdd64187d2 | |
parent | 7edfd3c1b4fed7d7211024ae5f5a428a5187ea4d (diff) | |
download | buildroot-novena-b052862f02f94eaca39fcd576971a84a13b865be.tar.gz buildroot-novena-b052862f02f94eaca39fcd576971a84a13b865be.zip |
Makefile: remove outdated make targets
busybox and linux26 no longer have a -config target, and prepatch only makes
sense for a very specific configuration (BR toolchain with GDB enabled).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -637,10 +637,6 @@ ifeq ($(O),output) endif rm -rf $(CONFIG_DIR)/.config $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/.auto.deps -configured: dirs kernel-headers uclibc-config busybox-config linux26-config - -prepatch: gcc-patched gdb-patched uclibc-patched - cross: $(BASE_TARGETS) help: @@ -665,7 +661,6 @@ help: @echo ' randpackageconfig - New config with random answer to package options' @echo ' allyespackageconfig - New config where pkg options are accepted with yes' @echo ' allnopackageconfig - New config where package options are answered with no' - @echo ' configured - make {uclibc/busybox/linux26}-config' @echo @echo 'Miscellaneous:' @echo ' source - download all sources needed for offline-build' |