diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-25 13:36:51 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-25 13:36:51 +0000 |
commit | d4aab02a04375c5c2222d599f337f5073912bd1b (patch) | |
tree | 3ba651afe172b5e73c191ba511fe509adf82670c | |
parent | 83e44e63f39cff2b18ba620ba238b3eb9e07a07e (diff) | |
download | buildroot-novena-d4aab02a04375c5c2222d599f337f5073912bd1b.tar.gz buildroot-novena-d4aab02a04375c5c2222d599f337f5073912bd1b.zip |
removed clean and distclean from the noconfig targets per case 0000232
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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)),) |