| Age | Commit message (Expand) | Author |
| 2001-12-28 | cosmetic tweak on an older comment | lukem |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-11-28 | If DESTDIR is set, do a similar nostdinc dance for the standard C++ include | tv |
| 2001-11-24 | Now that install has been fixed to deal with -r in the symlink case, | perry |
| 2001-11-19 | Use a little transitional hack to determine if we use -isystem | thorpej |
| 2001-11-14 | C/..$/.c/ -> C/\..$/.c/ | tv |
| 2001-11-14 | Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk where | tv |
| 2001-11-02 | Set installed library mode correctly in UNPRIVILEGED case. | simonb |
| 2001-11-02 | Improve readability and reduce redundant redundancy in share/mk; add some | tv |
| 2001-10-25 | Don't explicitly set SHLIB_LDSTARTFILE and SHLIB_LDENDFILE for the | nathanw |
| 2001-10-19 | Add .NOPATH for all files generated from .l or .y files in SRCS. Fixes PRs | tv |
| 2001-09-21 | Since SHLIB_MAJOR may be set even in a MKPIC=no situation, make sure that | tv |
| 2001-09-21 | If SHLIB_MAJOR is explicitly set in a Makefile, don't even look for a | tv |
| 2001-08-14 | Rather than explicitly saying "clean cleandir:" all the time, make clean | tv |
| 2001-06-08 | redo the previous; allow SHLIB_LDSTARTFILE and SHLIB_LDENDFILE to be overridden. | mrg |
| 2001-06-07 | set SHLIB_LDSTARTFILE and SHLIB_LDENDFILE based on ${LIBDIR} not hard coded | mrg |
| 2001-06-01 | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it | tv |
| 2001-04-27 | add support for building shared libs from fortran sources. Works correctly | dmcmahill |
| 2000-12-05 | This is *purely* anal-retentive, but: remove extra spaces in the generated | mycroft |
| 2000-12-05 | When handling ELF library symlinks, rather than removing and recreating the | mycroft |
| 2000-08-09 | Remove executable permission from src/lib/checkver. | gmcgarry |
| 2000-07-19 | simplify previous. | mrg |
| 2000-07-17 | Tell gas how to make PIC objects on sparc64. | eeh |
| 2000-07-14 | PR/10556: Veego: Shared library support was broken if shlib_version file | christos |
| 2000-07-06 | Add NetBSD/vax ELF hook. | matt |
| 2000-07-03 | add support for teeny dewey numbers; cleanup duplicated variables. | christos |
| 2000-06-25 | For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD... | erh |
| 2000-06-19 | Add print-shlib-major and print-shlib-minor targets. | thorpej |
| 2000-06-06 | Minor rearrangement. | mycroft |
| 2000-05-03 | Implement my MKLINKLIB=yes fix a bit differently. Don't include ${OBJS} | matt |
| 2000-05-03 | rework slightly so that when MKLINKLIB=no only the shared objects are built. | matt |
| 2000-04-29 | Change -fpic to -fPIC. Change was approved by mycroft. | dmcmahill |
| 2000-04-24 | White space bogons (double spaces, spaces instead of tabs). | simonb |
| 2000-02-19 | Add NOPATH for all output files to prevent their presence in the search path ... | erh |
| 2000-01-22 | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' | mycroft |
| 2000-01-17 | remove duplicate += of OBJS, introduced in 1.158 - fixes PR #8487 | abs |
| 1999-11-28 | Add a MKPICLIB variable. If set to "no", don't build an _pic.a library | simonb |
| 1999-09-14 | Add a "dependall" target, which does a "make depend" and then "make all" | perry |
| 1999-09-12 | sort the object file build so that we get better buffer cache behavior. | christos |
| 1999-09-04 | Permit "make all install", as well as "make foo install" (where foo would be | fredb |
| 1999-08-21 | Add ${INSTPRIV} to ${INSTALL} commands. | simonb |
| 1999-07-14 | Re-arrange location of "-nostdlib" in DESTDIR case so that cross-ld's | wrstuden |
| 1999-06-10 | Use ${SHLIB_VERSION_FILE} as the location of the shared library version | simonb |
| 1999-06-07 | Don't strip symbols if -g is specified. We might want to be able to debug | christos |
| 1999-03-30 | Patched per PR 7283; this causes shared libraries which depend on | fair |
| 1999-02-24 | add missing parts of the "mips"->"mipse?" transition | drochner |
| 1999-02-14 | Add sparc/elf bits. | christos |
| 1999-02-12 | for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set | lukem |
| 1999-02-12 | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL | lukem |
| 1999-02-04 | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing | christos |