Bug 23612

Summary: patch for PicoBSD building (with diff)
Product: Base System Reporter: edwardc <edwardc>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description edwardc 2000-12-18 15:30:00 UTC
	broken build with PicoBSD package, it will complain missed
	a file `crunch.inc'

Fix: I think it's the correct solution ... ;-) But it's worked
	for me.
How-To-Repeat: 

	cd /usr/src/release/picobsd ; make
Comment 1 Josef Karthauser 2000-12-18 15:52:24 UTC
On Mon, Dec 18, 2000 at 11:27:27PM +0800, edwardc@firebird.org.tw wrote:
> 
> --- Makefile.old        Mon Dec 18 20:10:41 2000
> +++ Makefile    Mon Dec 18 20:12:22 2000
> @@ -10,8 +10,8 @@
>  crunch1.conf: crunch.conf
>         @cat ${.ALLSRC} | sed -e "s@/usr/src@${SRC}@" > ${.TARGET}
>                                                                                 
> -crunch.mk: crunch1.conf crunch.inc
> -       @crunchgen -h ${.CURDIR}/crunch.inc -m crunch.mk crunch1.conf
> +crunch.mk: crunch1.conf
> +       @crunchgen -m crunch.mk crunch1.conf
>                                                                                 
>  crunch1.mk: crunch.mk
>         @sed -e "s@make depend@make obj \&\& make depend@" \
> 

Please can you clarify which version of FreeBSD you're running.
There have been quite a few changes to PicoBSD recently and I
don't recognise this Makefile from -current as of today.

Thanks,
Joe
Comment 2 Mike Heffner freebsd_committer freebsd_triage 2001-06-28 05:40:42 UTC
State Changed
From-To: open->closed

Feedback timeout.