summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to usepeter1997-09-051-3/+6
* Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-051-1/+4
* A first cut at some rules for building elf shared libs. Of particularpeter1997-08-301-1/+38
* Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patchasami1997-08-051-1/+3
* Change the distribute targets so that a given item in our source treejkh1997-06-211-2/+4
* Add `B' to list of flags to pass through from C*FLAGS when using mkdepasami1997-06-181-7/+7
* Add "-assert pure-text" to the link line. The warnings about RRSdfr1997-05-231-2/+2
* Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was definedasami1997-05-231-2/+2
* Use "gcc -shared" instead of "ld -Bshareable" for building sharedjdp1997-05-041-11/+5
* Fixed missing strip step in .S.o and .S.po rules.bde1997-04-231-5/+7
* Support GLOBAL style tags.jkh1997-04-131-3/+9
* Use "-pg" instead of "-p" for generating profiled object files.jdp1997-04-091-5/+5
* Use `ld -f' (actually `cc -Wl,-f') at `make depend' time to generatebde1997-04-091-6/+13
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix a typo in the .s.o rule: asssembler -> assemblerjmz1997-02-141-1/+1
* Don't use /tmp for afterdepend cleanup targetpst1997-01-261-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed dependencies on libraries which I broke in rev.1.39 ofbde1996-09-281-2/+3
* add -fgnu-runtime to the .m.o and .m.po rules, since we (will) havepeter1996-09-191-3/+3
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-181-2/+2
* Moved definitions of library names from bsd.prog.mk to a new centralbde1996-09-051-1/+2
* Back out the recent DEPEND changes - as Bruce points out, it's bogus.jkh1996-08-251-2/+2
* Make it possible to turn the depend pass off entirely with a NO_DEPENDjkh1996-08-231-2/+2
* Add depend to all target so that it's explicit. It's only done once,jkh1996-08-231-2/+2
* Replace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commandspeter1996-08-111-13/+10
* Use tsort -qjkh1996-08-031-4/+4
* Make cleandirs more safephk1996-06-291-2/+2
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-50/+7
* Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir.phk1996-06-171-1/+7
* Fix incorrect handling of .cxx files in default rules.jfieber1996-06-031-4/+4
* Avoid a ton of "mv" when making libs by using -O to ld.phk1996-05-281-31/+16
* Make some rules reentrant, and mark the onces that cannot be.phk1996-05-091-31/+31
* Add "-x" to the linker command for building shared libraries. Thisjdp1996-04-211-2/+2
* delete LIBDIR?= LINTLIBDIR?= LIBGRP?= LIBOWN?= LIBMODE?= SHLIBDIR?=wosch1996-03-241-12/+1
* Back out my previous change, which caused c++rt0.o to be linked intojdp1996-01-211-1/+1
* Always link /usr/lib/c++rt0.o into a shared library. CPLUSPLUSLIB is nojdp1996-01-171-2/+2
* Don't run `ranlib -t' at install time. Our ld has never looked at thebde1995-10-091-6/+1
* Compress manual pages (if desired) in the obj directory ratherwollman1995-10-021-2/+3
* Use lorder/tsort for shared libraries. It might help group things better.dg1995-08-021-2/+2
* Do what should have been done in v1.14nate1995-03-281-6/+6
* "make distribute" have changed, beware if you use it.phk1995-02-251-2/+2
* More complete implementation of SUBDIR for programs, libraries and kmods.bde1995-02-081-1/+2
* Add LN_FLAGS to all the places it makes sense.jkh1995-01-301-2/+2
* Slightly more complete implementation of SUBDIR for libraries.wollman1995-01-141-7/+7
* Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk.wollman1995-01-141-2/+15
* Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,jkh1995-01-141-2/+2
* Remove INSTALL, now into sys.mkache1995-01-041-2/+1
* Remove -T from ar, nm fixed nowache1994-12-281-4/+4
* Add T option back to ar until nm will be fixed. Sorry, nate.ache1994-12-241-4/+4
* Strip out unused local symbols from shared objects, and no longernate1994-12-231-4/+14
OpenPOWER on IntegriCloud