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 20:53:04 +0100
commitad1332154c6018ed9783bf2d46ae338e6eca8542 (patch)
tree0a8dfc1137617cd7f2af6e7d31cb4129d75f77f8
parent351423240e69e385b7433adb555b739e05af3def (diff)
backports: remove duplicate allyesconfig from help
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"