| Commit message (Expand) | Author | Age | Files | Lines |
| * | NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGS | Ruslan Ermilov | 2002-11-26 | 1 | -2/+2 |
| * | Take __FreeBSD_version into account when BOOTSTRAPPING. | Ruslan Ermilov | 2002-11-13 | 1 | -2/+4 |
| * | Document most of bsd.doc.mk variables. | Ruslan Ermilov | 2002-10-30 | 1 | -4/+33 |
| * | All uses of CD_HACK have been eliminated. | Ruslan Ermilov | 2002-10-30 | 1 | -9/+0 |
| * | PRINTERDEVICE can now take multiple values. | Ruslan Ermilov | 2002-10-29 | 1 | -33/+64 |
| * | bsd.doc.mk changes: | Ruslan Ermilov | 2002-10-29 | 1 | -29/+33 |
| * | Revert last delta. SGR support in grotty(1) is disabled system-wide | Ruslan Ermilov | 2002-10-18 | 1 | -1/+1 |
| * | Added the new variable CTAGS which, if set to "ctags", reverts | Ruslan Ermilov | 2002-10-17 | 3 | -35/+37 |
| * | ia64 specific CFLAGS change: | Marcel Moolenaar | 2002-10-13 | 1 | -1/+1 |
| * | Groff 1.18.1 comes in with ANSI color support, enabled by default. | Ruslan Ermilov | 2002-10-11 | 1 | -1/+1 |
| * | Sort in ``phone directory'' order (except for LIBC_*). | Ruslan Ermilov | 2002-10-04 | 1 | -3/+3 |
| * | Reflect the fact that we install our libexpat as libbsdxml. | Poul-Henning Kamp | 2002-10-04 | 1 | -1/+1 |
| * | Use the -mno-align-long-strings on i386's to debloat the kernel a little. | Bruce Evans | 2002-10-04 | 1 | -1/+1 |
| * | Add LIBEXPAT definition. | Poul-Henning Kamp | 2002-10-02 | 1 | -0/+1 |
| * | Extend the lint handling a bit. | Mark Murray | 2002-09-20 | 3 | -6/+14 |
| * | Whitespace-only indention fixups for revision 1.20. This lets the 1.20 | John Baldwin | 2002-09-18 | 1 | -31/+31 |
| * | Oops, fix userland _CPUCFLAGS. Move adding of _CPUCFLAGS to bottom of | John Baldwin | 2002-09-18 | 1 | -6/+6 |
| * | For the default case of CPUTYPE not being set, don't define CPUTYPE to the | John Baldwin | 2002-09-18 | 1 | -5/+6 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 5 | -52/+1 |
| * | Add support for the AMD x86-64 Hammer platform. | David E. O'Brien | 2002-09-11 | 1 | -0/+2 |
| * | Add support for ev67 and ev45 CPUTYPEs (new in gcc3) | Kris Kennaway | 2002-09-07 | 1 | -2/+4 |
| * | Update to use all the new CPU optimizations of GCC3. | Maxime Henrion | 2002-09-07 | 1 | -9/+29 |
| * | Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using | Peter Wemm | 2002-09-06 | 1 | -2/+2 |
| * | test -h is deprecated; use -L instead. | Kris Kennaway | 2002-08-31 | 1 | -1/+1 |
| * | Turned format checking back on. It was left turned off for too long after | Bruce Evans | 2002-08-25 | 1 | -7/+1 |
| * | Allow one to override ${MINSTALL} in /etc/make.conf. | Ruslan Ermilov | 2002-08-20 | 1 | -1/+1 |
| * | TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to | Ruslan Ermilov | 2002-08-02 | 1 | -7/+1 |
| * | Add a libnames entry for libugidfw. | Robert Watson | 2002-08-02 | 1 | -0/+1 |
| * | - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that | John Baldwin | 2002-07-31 | 1 | -5/+7 |
| * | Drop support for COPY, -c has been the default mode of install(1) | Ruslan Ermilov | 2002-07-29 | 7 | -22/+14 |
| * | - Fixup whitespace after previous commit. | John Baldwin | 2002-07-27 | 1 | -12/+10 |
| * | If there is not a CPUTYPE defined by default, then allow for _CPUCFLAGS | John Baldwin | 2002-07-27 | 1 | -6/+14 |
| * | Moved `clean:' below, just before the inclusion of bsd.obj.mk, | Ruslan Ermilov | 2002-07-21 | 1 | -36/+36 |
| * | Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern. | Ruslan Ermilov | 2002-07-19 | 1 | -1/+1 |
| * | Correction to the previous revision: define SHLIB_LINK if SHLIB_NAME | Ruslan Ermilov | 2002-07-18 | 1 | -1/+3 |
| * | Sort FILES. | Ruslan Ermilov | 2002-07-17 | 1 | -1/+1 |
| * | Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk, | Ruslan Ermilov | 2002-07-12 | 2 | -9/+10 |
| * | Be more strict with WARNS now -- the GCC 3.1 turmoil is behind us. | David E. O'Brien | 2002-07-07 | 1 | -0/+6 |
| * | Part 1/2 of kerberos5/doc/ "make release" breakage fix: | Ruslan Ermilov | 2002-07-06 | 1 | -1/+1 |
| * | Make it possible (again) to build and install shared library only. | Ruslan Ermilov | 2002-07-03 | 1 | -19/+38 |
| * | Moved checkdpadd target to where it logically belongs. | Ruslan Ermilov | 2002-07-03 | 2 | -25/+22 |
| * | Try really hard to fix parallel installs. Add a bunch of .ORDER | Ruslan Ermilov | 2002-07-03 | 5 | -0/+8 |
| * | Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk. | Ruslan Ermilov | 2002-07-02 | 2 | -77/+28 |
| * | Handle installation of hard and symbolic links via a seperate .mk file. | Ruslan Ermilov | 2002-07-02 | 4 | -49/+34 |
| * | bsd.subdir.mk already has these dependencies coded. | Ruslan Ermilov | 2002-07-01 | 1 | -11/+0 |
| * | Get rid of the bogus dependencies between beforeinstall, realinstall, | Ruslan Ermilov | 2002-07-01 | 1 | -3/+2 |
| * | Fixed typos. | Ruslan Ermilov | 2002-07-01 | 1 | -4/+4 |
| * | If CLEANFILES is nil or not defined, do not try to remove it. This happens | Juli Mallett | 2002-06-26 | 1 | -0/+2 |
| * | Quiet ``make objlink'' when NOOBJ is defined. | Ruslan Ermilov | 2002-06-21 | 1 | -1/+3 |
| * | In gcc 3.1 Pentium/MMX now has its own -march=XXX option. | Maxim Sobolev | 2002-06-13 | 1 | -1/+1 |