summaryrefslogtreecommitdiff
path: root/share/mk/bsd.lib.mk
AgeCommit message (Expand)Author
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-02-05Revert 1.54 and build debug libs on hp300 too.Miod Vallat
2007-01-04actually echo what's being executed; ok espie@Otto Moerbeek
2006-06-26remove extraneous brackets and list the architecures in alphabetic order.Brad Smith
2006-02-03Consistency fix. Use ${} instead of $() for variables.Bernd Ahlers
2006-01-11skip -g libs on hp300 too, it is too heavyTheo de Raadt
2005-12-30Allow to disable lint by setting WANTLIB=noAlexander Yurchenko
2005-12-29allows a shared library version to be set using LIBname_VERSION=major.minorMarc Espie
2005-12-16Fix typo. Spotted by hannah at schlund dot de.Mark Kettenis
2005-12-16zaurus cannot fit -g on standard drive, total bummerTheo de Raadt
2005-12-08Compile all libraries with -g; -g1 has some issues and isn't widely used;Mark Kettenis
2005-12-01remove some crudTheo de Raadt
2005-12-01Build lib.a, lib_p.a and lib.so.x.y with -g1.Mark Kettenis
2005-11-30support for Fortran 77 librariesSteven Mestdagh
2005-11-23change NOLINT into opposite sense; WANTLINT, since it lets us builtTheo de Raadt
2005-09-12give a full pathname to the installed library, so we don't get a WTF? errorMarc Espie
2004-09-20pass CPPFLAGS to CLINT. ok deraadt@, millert@Marc Espie
2004-08-11mips -> mips64; pefo okTheo de Raadt
2004-07-08for the arm workaround, include CPPFLAGS; ok drahnTheo de Raadt
2004-07-08again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,Peter Valchev
2004-06-24undo tree breakage, sorryPeter Valchev
2004-06-22move PICFLAG into bsd.own.mk where the rest of the lib stuff isPeter Valchev
2004-02-01arm support. ok espie@Dale Rahn
2001-09-25change another -k to ${ASPICFLAGS} missed in the previous commit.Dale Rahn
2001-07-22belt-and-suspenders: define SHLIB_* from major/minor, then useMarc Espie
2001-07-21Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl libraryMarc Espie
2001-07-20One BINDIR too many, I don't know how I pulled that one.Marc Espie
2001-07-20undo broken changes, i dunno a fix for these; how many times you gonna repeat...Michael Shalayeff
2001-07-19Minor speed-up tweaks.Marc Espie
2001-07-18CDIAGFLAGS, added to CFLAGS if WARNINGS=YesMarc Espie
2001-05-05Synch with bsd.prog.mk.Marc Espie
2001-04-03Minor clean-ups:Marc Espie
2000-10-18hardcoded "gcc" -> ${CC}; ok espie@Brad Smith
2000-10-09Use gcc -shared -fpic to build shared libraries on all arches.Marc Espie
2000-10-03allow ../Makefile.inc to overwrite mk.conf settings; millert@ okMichael Shalayeff
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-07-15Build shared libraries as expected for the new libexec/ld.so. CurrentlyDale S. Rahn
2000-05-16DEBUGLIBS=no still makes defined(DEBUGLIBS) true, ;-)Niklas Hallqvist
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
1999-05-26Add .m files, necessary to compile libobjc.Marc Espie
1999-01-27Fix confusing typoMarc Espie
1998-12-31Add ${PIPE} in sys.mk so we do no need to add all over the places; evanc@conc...Todd C. Miller
1998-12-19add PIPE variable, suitable for /etc/mk.conf, to enable gcc -pipe modeTodd C. Miller
1997-11-05.cxx support from Mathieu.Herrb@mipnet.frTheo de Raadt
1997-09-08Do not do function CSE on PIC code for m68k, gas does not handle itNiklas Hallqvist
1997-06-12make bsd.lib.mk a bit more consistant about the lies it echo'sgrr
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.Todd C. Miller
1997-02-06Add a LORDER make symbol and use itNiklas Hallqvist
1997-01-26use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.eduTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs