summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Anders2006-01-25 14:36:51 +0100
committerDavid Anders2006-01-25 14:36:51 +0100
commitd4aab02a04375c5c2222d599f337f5073912bd1b (patch)
tree3ba651afe172b5e73c191ba511fe509adf82670c /Makefile
parentBrent Cook writes: in packages/smartmontools/smartmontools.mk (diff)
downloadbuildroot-d4aab02a04375c5c2222d599f337f5073912bd1b.tar.gz
buildroot-d4aab02a04375c5c2222d599f337f5073912bd1b.tar.xz
buildroot-d4aab02a04375c5c2222d599f337f5073912bd1b.zip
removed clean and distclean from the noconfig targets per case 0000232
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f52a15eb..7f4ca69d0 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,7 @@ CONFIG_DEFCONFIG = .defconfig
CONFIG = package/config
noconfig_targets := menuconfig config oldconfig randconfig \
- defconfig allyesconfig allnoconfig clean distclean \
- release tags
+ defconfig allyesconfig allnoconfig release tags
# Pull in the user's configuration file
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)