| Commit message (Expand) | Author | Age | Files | Lines |
* | The EXCLUDE_REGEX needs some tweaking for 6.6 and 6.7 syspatch builds. |  tb | 2020-05-26 | 1 | -4/+4 |
* | new variable NOLIBSTATIC= prevents installation of a static library, |  deraadt | 2019-04-02 | 1 | -1/+3 |
* | Remove commented-out historical ranlib operation, which would be |  deraadt | 2019-04-02 | 1 | -3/+1 |
* | Remove -S from install commands |  kn | 2019-02-24 | 1 | -5/+5 |
* | when building syspatches with lld exclude more non-existent object files |  robert | 2019-02-20 | 1 | -2/+9 |
* | During build, delete all old library relink files to save disk space. |  deraadt | 2019-02-11 | 1 | -1/+5 |
* | Define SOLIB when assembling for a shared-object library |  guenther | 2018-12-30 | 1 | -3/+3 |
* | Ensure that the install media are built with a consistent set of |  naddy | 2018-10-18 | 1 | -3/+1 |
* | Add RETGUARD to clang for amd64. This security mechanism uses per-function |  mortimer | 2018-06-06 | 1 | -2/+2 |
* | Set soname when building shared libraries. |  kettenis | 2017-11-14 | 1 | -4/+4 |
* | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into |  rpe | 2017-11-05 | 1 | -2/+4 |
* | switch the order of substitutions for syspatch object file order to avoid |  robert | 2017-08-09 | 1 | -3/+3 |
* | change -Os to -Oz all around the tree |  robert | 2017-07-25 | 1 | -2/+2 |
* | use the previous syspatch's fake root for getting the link order |  robert | 2017-07-11 | 1 | -3/+4 |
* | let BUILDFIRST just build first, using the same trick guenther@ did in |  espie | 2017-07-04 | 1 | -2/+7 |
* | somehow, I did NOT commit the patch I sent to tb@. Matthieu noticed it. |  espie | 2017-07-02 | 1 | -2/+2 |
* | effectively kill depend as an independant target (there are a few corners |  espie | 2017-07-01 | 1 | -22/+36 |
* | introduce a BUILDFIRST/BUILDAFTER mechanism: |  espie | 2017-06-16 | 1 | -1/+7 |
* | make sure there are no duplicate object files linked when building syspatches |  robert | 2017-06-07 | 1 | -2/+2 |
* | exclude more objects from the readelf output when building syspatches (needed on i386) |  robert | 2017-06-05 | 1 | -2/+2 |
* | syspatch needs to create shared libs with the same object sequence instead |  robert | 2017-04-27 | 1 | -1/+7 |
* | The support in 'ar' for 'D'eterministic builds has been in for weeks, |  guenther | 2017-03-26 | 1 | -6/+6 |
* | Use sed -i to post-process .depend. This avoids permission issues caused |  natano | 2016-11-08 | 1 | -8/+2 |
* | unify tmp depend generation. |  espie | 2016-10-15 | 1 | -9/+8 |
* | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS |  guenther | 2016-07-04 | 1 | -46/+3 |
* | make 'make clean' clean up the .ldadd file, in case LIBREBUILD was set |  guenther | 2016-05-15 | 1 | -2/+2 |
* | provide support for a library setting LIBREBUILD, in which case a ar(1) |  deraadt | 2016-04-26 | 1 | -2/+21 |
* | Nothing in base uses native language support anymore. Remove NLS |  bluhm | 2015-10-26 | 1 | -5/+1 |
* | Add infrastructure for specifying a "version script" for the shared library |  guenther | 2015-07-19 | 1 | -7/+12 |
* | Stop including CFLAGS in CXXFLAGS it creates problems when mixing |  jsg | 2015-05-14 | 1 | -1/+2 |
* | We do not produce "core" files, so they do not need to be deleted. they |  deraadt | 2013-10-15 | 1 | -2/+2 |
* | Make it possible to build to reduced version of a library, including |  guenther | 2013-10-13 | 1 | -3/+42 |
* | Recognize and treat files with .cpp extension like any other C++ file. |  mpi | 2013-03-18 | 1 | -6/+6 |
* | Add support for building non-PIE libraries. |  kettenis | 2012-09-16 | 1 | -1/+6 |
* | Don't treat zaurus special; everybody gets libraries with debug info now. |  kettenis | 2012-08-31 | 1 | -3/+1 |
* | No longer create lib*_pic.a files. Nothing uses them anymore. |  deraadt | 2012-08-31 | 1 | -20/+2 |
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc |  pascal | 2012-08-22 | 1 | -17/+13 |
* | remove unneeded and error-prone :: rules |  espie | 2012-07-08 | 1 | -5/+5 |
* | remove old arm bootstrap scaffold. |  espie | 2012-07-04 | 1 | -6/+1 |
* | unhook lint from the tree. The parser is incomplete and difficult |  jsg | 2012-04-08 | 1 | -22/+3 |
* | The /g flag is unneeded when the pattern in ${var:S/pattern/sub/g} can |  guenther | 2011-07-16 | 1 | -2/+2 |
* | Add "-S" to library installs to avoid breakage when one |  ckuethe | 2010-07-30 | 1 | -6/+6 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 2010-02-03 | 1 | -3/+3 |
* | Revert 1.54 and build debug libs on hp300 too. |  miod | 2009-02-05 | 1 | -2/+2 |
* | actually echo what's being executed; ok espie@ |  otto | 2007-01-04 | 1 | -2/+2 |
* | remove extraneous brackets and list the architecures in alphabetic order. |  brad | 2006-06-26 | 1 | -2/+2 |
* | Consistency fix. Use ${} instead of $() for variables. |  bernd | 2006-02-03 | 1 | -4/+4 |
* | skip -g libs on hp300 too, it is too heavy |  deraadt | 2006-01-11 | 1 | -2/+2 |
* | Allow to disable lint by setting WANTLIB=no |  grange | 2005-12-30 | 1 | -3/+3 |
* | allows a shared library version to be set using LIBname_VERSION=major.minor |  espie | 2005-12-29 | 1 | -1/+6 |