Where did "make help" go?

Denis Vlasenko vda.linux at googlemail.com
Wed Nov 1 00:04:21 UTC 2006


On Tuesday 31 October 2006 19:15, Rob Landley wrote:
> make -C /home/landley/busybox/tesht/busybox O=/home/landley/busybox/tesht/woot 
> help
> make[2]: *** No rule to make target `help'.  Stop.
> make[1]: *** [help] Error 2
> make: *** [help] Error 2
> 
> Rob

Fixed. Sorry.

diff -urpN busybox.2/Makefile busybox.3/Makefile
--- busybox.2/Makefile  2006-10-27 11:05:29.000000000 +0200
+++ busybox.3/Makefile  2006-11-01 01:02:38.000000000 +0100
@@ -988,7 +988,7 @@ rpm: FORCE
 boards := $(wildcard $(srctree)/arch/$(ARCH)/configs/*_defconfig)
 boards := $(notdir $(boards))

--include Makefile.help
+-include $(srctree)/Makefile.help

 # Documentation targets
 # ---------------------------------------------------------------------------
@@ -1282,7 +1282,7 @@ endif     # skip-makefile
 PHONY += FORCE
 FORCE:

--include Makefile.custom
+-include $(srctree)/Makefile.custom

 # Declare the contents of the .PHONY variable as phony.  We keep that
 # information in a variable se we can use it in if_changed and friends.


--
vda


More information about the busybox mailing list