[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: Where did "make help" go?
From:       Denis Vlasenko <vda.linux () googlemail ! com>
Date:       2006-10-31 23:06:52
Message-ID: 200611010104.21179.vda.linux () googlemail ! com
[Download RAW message or body]

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
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic