Date: Mon, 18 Dec 2000 23:27:27 +0800 (CST) From: edwardc@firebird.org.tw To: FreeBSD-gnats-submit@freebsd.org Subject: misc/23612: patch for PicoBSD building (with diff) Message-ID: <200012181527.XAA75168@mail.dannis.dhs.org> Resent-Message-ID: <200012181530.eBIFU5T10175@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23612 >Category: misc >Synopsis: patch for PicoBSD building (with diff) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 18 07:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Edward Ping-Da Chuang <edwardc@firebird.org.tw> >Release: FreeBSD 5.0-CURRENT i386 >Organization: Firebird BBS Project >Environment: FreeBSD concorde.upma.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Sep 2 16:39 :46 CST 2000 edwardc@concorde.upma.net:/usr/src/sys/compile/Concorde i386 >Description: broken build with PicoBSD package, it will complain missed a file `crunch.inc' >How-To-Repeat: cd /usr/src/release/picobsd ; make >Fix: I think it's the correct solution ... ;-) But it's worked for me. --- 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@" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012181527.XAA75168>