svn commit: trunk/busybox
vda at busybox.net
vda at busybox.net
Fri Oct 6 09:14:13 PDT 2006
Author: vda
Date: 2006-10-06 09:14:12 -0700 (Fri, 06 Oct 2006)
New Revision: 16323
Log:
build system: do not generate include/linux
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2006-10-06 13:51:04 UTC (rev 16322)
+++ trunk/busybox/Makefile 2006-10-06 16:14:12 UTC (rev 16323)
@@ -399,7 +399,6 @@
export KBUILD_DEFCONFIG
config %config: scripts_basic outputmakefile FORCE
- $(Q)mkdir -p include/linux
$(Q)$(MAKE) $(build)=scripts/kconfig $@
$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
@@ -472,7 +471,6 @@
# If kconfig.d is missing then we are probarly in a cleaned tree so
# we execute the config step to be sure to catch updated Kconfig files
include/autoconf.h: .kconfig.d .config
- $(Q)mkdir -p include/linux
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
else
More information about the busybox-cvs
mailing list