From: David Anders Date: Wed, 25 Jan 2006 13:36:51 +0000 (-0000) Subject: removed clean and distclean from the noconfig targets per case 0000232 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d4aab02a04375c5c2222d599f337f5073912bd1b;p=buildroot.git removed clean and distclean from the noconfig targets per case 0000232 --- diff --git a/Makefile b/Makefile index 1f52a15eba..7f4ca69d0f 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)),)