Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 16:16:44 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        freebsd-arch@freebsd.org
Subject:   [RFC] splitting of conf/NOTES
Message-ID:  <20030224001644.GA67255@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
[Please don't CC me on your public replies -- I don't want every message
in this thread to end up in my personal mailbox.  I'll read them in the
list, thank you very much.]

I can now create a sparc64 LINT kernel with the patches at
http://people.freebsd.org/~obrien/sp64notes.diff.  The essence of this
patch is to split sys/conf/NOTES into NOTES, NOTES.bt, NOTES.ext2fs,
NOTES.ps2, NOTES.raid, and NOTES.syscons.  Each /sys/<arch>/conf/Makefile
now looks like:

    NOTES=	../../conf/NOTES \
            ../../conf/NOTES.bt \
            ../../conf/NOTES.ext2fs \
            ../../conf/NOTES.ps2 \
            ../../conf/NOTES.raid \
            ../../conf/NOTES.syscons \
            NOTES

    LINT: ${NOTES} ../../conf/makeLINT.sed
            cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > LINT


Any comments before I commit this?

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030224001644.GA67255>