cvs commit: src/release Makefile

David O'Brien obrien at FreeBSD.org
Thu Jul 31 09:19:09 PDT 2003


On Wed, Jul 30, 2003 at 03:35:03PM -0400, John Baldwin wrote:
> 
> On 25-Jul-2003 Ruslan Ermilov wrote:
> > ru          2003/07/25 01:55:51 PDT
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     release              Makefile 
> >   Log:
> >   The RELEASE9 knob is now OBE.
> >   
> >   OK'ed by:       jhb
> 
> No, it is _not_ ok'd.  You committed this before I had reviewed
> the actual patch and not in the manner I had stated.  Please
> have more patience.

Yes RU.

"make release.9" should build all the "floppies" and related bits.
W/in release/Makefile there should be this rule:

    release.9: release.9.${TARGET_ARCH}

for convieance sake.  'release.10' would build the BOOTMFS kernel.
'release.11' would make the cdrom boot image (ie, the "huge" flopy).
'release.12' would make say the driver floppy.

Then each release.9.${TARGET_ARCH} target should issue "${MAKE}
release.10 FDSIZE=<propersize>", those needing a driver floppy would
issue ""${MAKE} release.12 <KNOB>=<proper value>", etc...

Think C -- small subroutines w/o #ifdef's are good.

-- 
-- David  (obrien at FreeBSD.org)


More information about the cvs-src mailing list