projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83e44e6
)
removed clean and distclean from the noconfig targets per case 0000232
author
David Anders
<dave123@abcsinc.com>
Wed, 25 Jan 2006 13:36:51 +0000
(13:36 -0000)
committer
David Anders
<dave123@abcsinc.com>
Wed, 25 Jan 2006 13:36:51 +0000
(13:36 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1f52a15eba56e1c9d98c300ae27aa6f93e9da4d1..7f4ca69d0f28452620cc061fbc4e7d019ecf005f 100644
(file)
--- 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)),)