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