summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-11-30 18:13:15 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2013-11-30 21:22:46 +0100
commit8ec0b3b34381c2c9b8dd80624fc23ec4b4cb165d (patch)
treef395b9566e6ae7c0c0f79054b6cd974f7c1da354
parent9bfd93ab856f5a0ba43bb4fd2d487cf39f5c8b57 (diff)
backports: remove duplicate allyesconfig from help
Upstream commit: ad1332154c6018ed9783bf2d46ae338e6eca8542 allyesconfig was mentioned in the help dialog twice. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/backport/Makefile b/backport/Makefile
index ca69f418..ea3982b1 100644
--- a/backport/Makefile
+++ b/backport/Makefile
@@ -138,7 +138,6 @@ help: defconfig-help
@echo ""
@echo "Configuration targets:"
@echo " menuconfig - Update current config utilising a menu based program"
- @echo " allyesconfig - New config where all options are accepted with yes"
@echo " oldconfig - Update current config utilising a provided .config as base"
@echo " oldaskconfig - ??"
@echo " silentoldconfig - Same as oldconfig, but quietly, additionally update deps"