summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
Commit message (Expand)AuthorAgeFilesLines
* When dubiously reprogramming .SUFFIXES, don't screw up the order of .Sbde2000-06-081-1/+1
* Unbroke PRECIOUSLIB feature (broken in rev 1.88).ru2000-02-031-1/+1
* Introduce the new mk internal target _includeinstall and add thergrimes2000-01-141-1/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-311-5/+14
* add support to buildworld as a normal user:jmg1999-06-241-3/+3
* Removed all traces of LN_FLAGS. It was only used to produce a linkbde1999-03-231-4/+14
* Introduce a new variable NEED_LIBNAMES. If it is defined,jdp1999-01-221-2/+2
* Add some capabilities to <bsd.lib.mk> so that it can be used forjdp1999-01-201-48/+47
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-13/+13
* Removed bitrotted code for setting OBJFORMAT.bde1998-12-061-8/+1
* For ELF, create a symbolic link libfoo.so -> libfoo.so.NNN in thejdp1998-11-181-3/+5
* Default to aout only on i386. Before we defaulted to elf only onimp1998-10-191-4/+4
* Change lib specification in `clean' target to match ELF shared libs too.obrien1998-09-201-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-10/+10
* Clean up all temporaries that we can generate.peter1998-08-081-9/+6
* Use more standard ld commands when stripping symbols out; ld -O is apeter1998-08-081-19/+37
* Make ../Makefile.inc handling more consistant to prevent multiple includespeter1998-08-081-1/+4
* Recognize ".cpp" as a C++ suffix.dt1998-06-051-5/+5
* Hard coded /usr/lib referencepeter1998-06-041-2/+2
* Oops, forgot references in previous commit.bde1998-05-151-1/+1
* Support Objective C almost as well as C++.bde1998-05-151-9/+13
* Introduce the 'regress' target.eivind1998-03-121-1/+5
* Fixed generation of extra dependencies:bde1998-03-071-6/+3
* If .depend doesn exist, then pretend that all objects depend on allbde1998-03-061-1/+6
* Removed default tags target. It was identical to the central one inbde1998-02-201-13/+1
* Choose the default binary format based on machine type.jb1998-01-131-1/+5
* Oops, rm -f can't handle empty lists.bde1997-12-171-1/+3
* Normally don't include <bsd.libnames.mk>. Include it in the !aout casebde1997-12-171-6/+8
* 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
OpenPOWER on IntegriCloud