CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated to busybox-1.14.3 and fixed for 2.7 branch (verified compilation and tested...
[initrd.git] / work / busybox-1.14.3-make382.patch
CommitLineData
a2bdc45d
JB
1--- busybox-1.14.1/Makefile 2009-05-27 16:02:33.000000000 +0000
2+++ busybox-1.14.1_new/Makefile 2011-05-13 09:31:29.000000000 +0000
3@@ -419,7 +419,7 @@
4 -include $(srctree)/arch/$(ARCH)/Makefile
5 export KBUILD_DEFCONFIG
6
7-config %config: scripts_basic outputmakefile FORCE
8+%config: scripts_basic outputmakefile FORCE
9 $(Q)mkdir -p include
10 $(Q)$(MAKE) $(build)=scripts/kconfig $@
11 $(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
12@@ -1267,7 +1267,7 @@
13 $(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
14
15 # Modules
16-/ %/: prepare scripts FORCE
17+%/: prepare scripts FORCE
18 $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
19 $(build)=$(build-dir)
20 %.ko: prepare scripts FORCE