summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
1998-05-18insert a note about the cross-tools targetMichael Shalayeff
1998-05-18more links for binutils-new; hmm shouldn't this be single commit w/ the prev ↵Michael Shalayeff
one?
1998-05-18use .CURDIR-relative paths navigating within source tree.Michael Shalayeff
that is, instead of 'cd lib' use 'cd ${.CURDIR}/lib'. PS: what about strings and gdb for cross-binutils-old? those guys are present in the '-new target.
1998-05-18setup links for new binutils in an old binutils cosistant wayMichael Shalayeff
1998-05-17Revert to 1.32, in the future CROSSENV will be used with differentNiklas Hallqvist
MAKEOBJDIR values
1998-05-17include MAKEOBJDIR definition into CROSSENVMichael Shalayeff
1998-05-16cross-tools cleanup + build the libs tooNiklas Hallqvist
1998-05-14cross-gcc improvement, install cc link, and a nice cppNiklas Hallqvist
1998-05-11Build nm ok for cross-envsNiklas Hallqvist
1998-05-11Add a bunch of cross-a.out targetsNiklas Hallqvist
1998-05-04use binutils for hppaMichael Shalayeff
1998-04-25Improved cross-compilation targets, still need workNiklas Hallqvist
1998-03-18cross-gcc: make things work, finallyMichael Shalayeff
1998-03-17cross-tools: use /bin/sh to run configure, add -I for mips-*Michael Shalayeff
1998-02-15A new rule cross-gas for building an a.out cross assembler, i.e. *not* fromNiklas Hallqvist
the new binutils, but from the old gnu/usr.bin/gas sources. Not yet called from cross-tools for any architectures.
1997-12-09on mips systems, ldconfig after kerberos too as new libs get installedNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-08-06attempt to clean/cleandir/obj in distribTheo de Raadt
1997-07-29add braces to variablekstailey
1997-07-29Changed the rules.kstailey
The variable is now GLOBAL_AUTOCONF_CACHE. You must set it to the name of the cache file to use. Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo" or add it to /etc/mk.conf
1997-07-29remove global cache at start of "make build" if GLOBAL_CACHE option is in effectkstailey
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-04-18doc recommended build process somewhatTheo de Raadt
1997-02-28First stab at a target for making cross-development tools:Niklas Hallqvist
try "make TARGET=machine cross-tools" and you should get a little hierarchy in /usr/cross/<machine>. This is probably not in its final shape yet ;-)
1997-02-27We don't need this in /usr/src/Makefile. Call me a prude, if you like.briggs
1996-12-13ldconfig hack for the mipsTheo de Raadt
1996-06-02Don't install kerberosIV headers twice when doing "make build"Thorsten Lockert
1996-06-02kerberosIV now understand "includes" target tooThorsten Lockert
1996-05-18allow "make includes" to work from here tooTheo de Raadt
1996-05-14when making distributions, make sure the include directory gets filledTheo de Raadt
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-05-06use beforeinstall; includes walks the treeTheo de Raadt
1996-04-23sync w/ NetBSD 960418.Michael Shalayeff
1996-03-02Build lkm directory by defaultThorsten Lockert
1996-01-28Do not build KerberosIV if Kerberos has been disabled in <bsd.own.mk>Thorsten Lockert
1995-12-17domestic goes away, kerberosIV always existsTheo de Raadt
1995-12-16Add support for building kerberosIVThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt