| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in the WARNS directive from NetBSD, localized in a new bsd.sys.mk | kris | 2001-05-19 | 1 | -0/+2 |
* | Make it possible to build manpages for the entire source tree. | ru | 2001-03-27 | 1 | -1/+6 |
* | Do not depend on ``all-man'' if -DNOMAN. | ru | 2001-03-26 | 1 | -1/+4 |
* | Change "building the standard ${LIB} library" to "building the static | peter | 2000-10-02 | 1 | -1/+1 |
* | When dubiously reprogramming .SUFFIXES, don't screw up the order of .S | bde | 2000-06-08 | 1 | -1/+1 |
* | Unbroke PRECIOUSLIB feature (broken in rev 1.88). | ru | 2000-02-03 | 1 | -1/+1 |
* | Introduce the new mk internal target _includeinstall and add the | rgrimes | 2000-01-14 | 1 | -1/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. | hoek | 1999-07-31 | 1 | -5/+14 |
* | add support to buildworld as a normal user: | jmg | 1999-06-24 | 1 | -3/+3 |
* | Removed all traces of LN_FLAGS. It was only used to produce a link | bde | 1999-03-23 | 1 | -4/+14 |
* | Introduce a new variable NEED_LIBNAMES. If it is defined, | jdp | 1999-01-22 | 1 | -2/+2 |
* | Add some capabilities to <bsd.lib.mk> so that it can be used for | jdp | 1999-01-20 | 1 | -48/+47 |
* | Switch to using ".So" as the extension for PIC object files rather | jdp | 1999-01-09 | 1 | -13/+13 |
* | Removed bitrotted code for setting OBJFORMAT. | bde | 1998-12-06 | 1 | -8/+1 |
* | For ELF, create a symbolic link libfoo.so -> libfoo.so.NNN in the | jdp | 1998-11-18 | 1 | -3/+5 |
* | Default to aout only on i386. Before we defaulted to elf only on | imp | 1998-10-19 | 1 | -4/+4 |
* | Change lib specification in `clean' target to match ELF shared libs too. | obrien | 1998-09-20 | 1 | -2/+2 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -10/+10 |
* | Clean up all temporaries that we can generate. | peter | 1998-08-08 | 1 | -9/+6 |
* | Use more standard ld commands when stripping symbols out; ld -O is a | peter | 1998-08-08 | 1 | -19/+37 |
* | Make ../Makefile.inc handling more consistant to prevent multiple includes | peter | 1998-08-08 | 1 | -1/+4 |
* | Recognize ".cpp" as a C++ suffix. | dt | 1998-06-05 | 1 | -5/+5 |
* | Hard coded /usr/lib reference | peter | 1998-06-04 | 1 | -2/+2 |
* | Oops, forgot references in previous commit. | bde | 1998-05-15 | 1 | -1/+1 |
* | Support Objective C almost as well as C++. | bde | 1998-05-15 | 1 | -9/+13 |
* | Introduce the 'regress' target. | eivind | 1998-03-12 | 1 | -1/+5 |
* | Fixed generation of extra dependencies: | bde | 1998-03-07 | 1 | -6/+3 |
* | If .depend doesn exist, then pretend that all objects depend on all | bde | 1998-03-06 | 1 | -1/+6 |
* | Removed default tags target. It was identical to the central one in | bde | 1998-02-20 | 1 | -13/+1 |
* | Choose the default binary format based on machine type. | jb | 1998-01-13 | 1 | -1/+5 |
* | Oops, rm -f can't handle empty lists. | bde | 1997-12-17 | 1 | -1/+3 |
* | Normally don't include <bsd.libnames.mk>. Include it in the !aout case | bde | 1997-12-17 | 1 | -6/+8 |
* | Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use | peter | 1997-09-05 | 1 | -3/+6 |
* | Change the BINFORMAT definitions so that they do not depend on sys.mk, | peter | 1997-09-05 | 1 | -1/+4 |
* | A first cut at some rules for building elf shared libs. Of particular | peter | 1997-08-30 | 1 | -1/+38 |
* | Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch | asami | 1997-08-05 | 1 | -1/+3 |
* | Change the distribute targets so that a given item in our source tree | jkh | 1997-06-21 | 1 | -2/+4 |
* | Add `B' to list of flags to pass through from C*FLAGS when using mkdep | asami | 1997-06-18 | 1 | -7/+7 |
* | Add "-assert pure-text" to the link line. The warnings about RRS | dfr | 1997-05-23 | 1 | -2/+2 |
* | Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined | asami | 1997-05-23 | 1 | -2/+2 |
* | Use "gcc -shared" instead of "ld -Bshareable" for building shared | jdp | 1997-05-04 | 1 | -11/+5 |
* | Fixed missing strip step in .S.o and .S.po rules. | bde | 1997-04-23 | 1 | -5/+7 |
* | Support GLOBAL style tags. | jkh | 1997-04-13 | 1 | -3/+9 |
* | Use "-pg" instead of "-p" for generating profiled object files. | jdp | 1997-04-09 | 1 | -5/+5 |
* | Use `ld -f' (actually `cc -Wl,-f') at `make depend' time to generate | bde | 1997-04-09 | 1 | -6/+13 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Fix a typo in the .s.o rule: asssembler -> assembler | jmz | 1997-02-14 | 1 | -1/+1 |
* | Don't use /tmp for afterdepend cleanup target | pst | 1997-01-26 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |