Subject: port-i386/493: i386 Floppy makefiles not 100% working
To: None <gnats-admin@sun-lamp.cs.berkeley.edu>
From: None <root@colt-44.slip.uiuc.edu>
List: netbsd-bugs
Date: 09/22/1994 00:35:04
>Number: 493
>Category: port-i386
>Synopsis: i386 Distrib Floppy makefiles don't make obj's 1st
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Thu Sep 22 00:35:03 1994
>Originator: Rafal Boni
>Organization:
...me organized?? Huh...
>Release: 1.0_BETA from Sept. 22 SUP
>Environment:
System: NetBSD colt-44.slip.uiuc.edu 1.0_BETA NetBSD 1.0_BETA (RAFAL) #6: Tue Sep 20 17:44:33 CDT 1994 rafal@rafal.slip.uiuc.edu:/usr/src/sys/arch/i386/compile/RAFAL i386
>Description:
The Makefile.inc in /src/distrib/i386/floppies/inst-common and
the Makefile.inc in /src/distrib/i386/floppies/kc-common do not
first generate the objects that should go into the crunched binary
This is a pain and can be avoided simply...
>How-To-Repeat:
Do a "make" in /usr/src/distrib/i386/floppies/upgr right after having
done a "make cleandir" in /usr/src.
>Fix:
[Sorry for no formal diff, but my Makefiles are somewhat askew due to my hacking up other things, like making images straight on floppy, not on vnode dev's]
Change the lines that say:
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
make -f ${CBIN}.mk
to:
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
make -f ${CBIN}.mk all
>Audit-Trail:
>Unformatted: