Age | Commit message (Expand) | Author |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-05-15 | make 'make clean' clean up the .ldadd file, in case LIBREBUILD was set | Philip Guenther |
2016-04-26 | provide support for a library setting LIBREBUILD, in which case a ar(1) | Theo de Raadt |
2015-10-26 | Nothing in base uses native language support anymore. Remove NLS | Alexander Bluhm |
2015-07-19 | Add infrastructure for specifying a "version script" for the shared library | Philip Guenther |
2015-05-14 | Stop including CFLAGS in CXXFLAGS it creates problems when mixing | Jonathan Gray |
2013-10-15 | We do not produce "core" files, so they do not need to be deleted. they | Theo de Raadt |
2013-10-13 | Make it possible to build to reduced version of a library, including | Philip Guenther |
2013-03-18 | Recognize and treat files with .cpp extension like any other C++ file. | Martin Pieuchot |
2012-09-16 | Add support for building non-PIE libraries. | Mark Kettenis |
2012-08-31 | Don't treat zaurus special; everybody gets libraries with debug info now. | Mark Kettenis |
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-07-08 | remove unneeded and error-prone :: rules | Marc Espie |
2012-07-04 | remove old arm bootstrap scaffold. | Marc Espie |
2012-04-08 | unhook lint from the tree. The parser is incomplete and difficult | Jonathan Gray |
2011-07-16 | The /g flag is unneeded when the pattern in ${var:S/pattern/sub/g} can | Philip Guenthe |
2010-07-30 | Add "-S" to library installs to avoid breakage when one | Chris Kuethe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-02-05 | Revert 1.54 and build debug libs on hp300 too. | Miod Vallat |
2007-01-04 | actually echo what's being executed; ok espie@ | Otto Moerbeek |
2006-06-26 | remove extraneous brackets and list the architecures in alphabetic order. | Brad Smith |
2006-02-03 | Consistency fix. Use ${} instead of $() for variables. | Bernd Ahlers |
2006-01-11 | skip -g libs on hp300 too, it is too heavy | Theo de Raadt |
2005-12-30 | Allow to disable lint by setting WANTLIB=no | Alexander Yurchenko |
2005-12-29 | allows a shared library version to be set using LIBname_VERSION=major.minor | Marc Espie |
2005-12-16 | Fix typo. Spotted by hannah at schlund dot de. | Mark Kettenis |
2005-12-16 | zaurus cannot fit -g on standard drive, total bummer | Theo de Raadt |
2005-12-08 | Compile all libraries with -g; -g1 has some issues and isn't widely used; | Mark Kettenis |
2005-12-01 | remove some crud | Theo de Raadt |
2005-12-01 | Build lib.a, lib_p.a and lib.so.x.y with -g1. | Mark Kettenis |
2005-11-30 | support for Fortran 77 libraries | Steven Mestdagh |
2005-11-23 | change NOLINT into opposite sense; WANTLINT, since it lets us built | Theo de Raadt |
2005-09-12 | give a full pathname to the installed library, so we don't get a WTF? error | Marc Espie |
2004-09-20 | pass CPPFLAGS to CLINT. ok deraadt@, millert@ | Marc Espie |
2004-08-11 | mips -> mips64; pefo ok | Theo de Raadt |
2004-07-08 | for the arm workaround, include CPPFLAGS; ok drahn | Theo de Raadt |
2004-07-08 | again: move PICFLAG into bsd.own.mk with the rest of the shlib handling, | Peter Valchev |
2004-06-24 | undo tree breakage, sorry | Peter Valchev |
2004-06-22 | move PICFLAG into bsd.own.mk where the rest of the lib stuff is | Peter Valchev |
2004-02-01 | arm support. ok espie@ | Dale Rahn |
2001-09-25 | change another -k to ${ASPICFLAGS} missed in the previous commit. | Dale Rahn |
2001-07-22 | belt-and-suspenders: define SHLIB_* from major/minor, then use | Marc Espie |
2001-07-21 | Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl library | Marc Espie |
2001-07-20 | One BINDIR too many, I don't know how I pulled that one. | Marc Espie |
2001-07-20 | undo broken changes, i dunno a fix for these; how many times you gonna repeat... | Michael Shalayeff |
2001-07-19 | Minor speed-up tweaks. | Marc Espie |
2001-07-18 | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes | Marc Espie |
2001-05-05 | Synch with bsd.prog.mk. | Marc Espie |
2001-04-03 | Minor clean-ups: | Marc Espie |