Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: sharesrc/share/mk



Module Name:    sharesrc
Committed By:   jmc
Date:           Sat Oct 20 06:11:22 UTC 2001

Modified Files:
        basesrc/distrib/sets: README makeflist
        sharesrc/share/mk: bsd.own.mk

Log Message:
Change sets so the differing toolchain bits only (not the complete toolchain
at the moment) are pulled out into tc.mi and tc.old files.

tc.mi has any files which are in the new toolchain only and tc.old contains
the reverse (files which only existed in the old toolchain). The remainder
of the toolchain that is common between both old and new is still contained
in the various mi/md files.

Check for USE_NEW_TOOLCHAIN=yes in makeflist to determine which tc files to
pull in if they exist.

XXX - All the toolchain bits should eventually be pulled out into separate
lists as tc.mi and tc.<arch>. Leaving it for now until the new toolchain is
fully integrated on all ports.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/distrib/sets/README
cvs rdiff -r1.35 -r1.36 basesrc/distrib/sets/makeflist
cvs rdiff -r1.188 -r1.189 sharesrc/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index