| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -DNOMAN to the list. | trhodes | 2003-02-11 | 1 | -0/+1 |
* | Catch typos in the kernel name specified for an "installkernel" invocation | jkoshy | 2003-02-07 | 1 | -1/+5 |
* | Don't attempt buildworld if the path to the source-tree contains a comma. | phk | 2003-02-04 | 1 | -0/+8 |
* | Move elf2aout back to /usr/bin -- it is a general development tool, not | obrien | 2002-12-30 | 1 | -1/+1 |
* | For installkernel, use the fresh tools (if we've built them with | ru | 2002-12-02 | 1 | -1/+2 |
* | Make dynamic PAM modules depend on dynamic PAM library. | ru | 2002-11-14 | 1 | -2/+13 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 1 | -3/+5 |
* | Hook the aic7xxx modules up. This requires some extra care since aicasm | scottl | 2002-11-03 | 1 | -3/+16 |
* | Emptify. | ru | 2002-10-28 | 1 | -1/+1 |
* | DISTDIR is used by 'make release', lets see if this is enough to turn | peter | 2002-10-27 | 1 | -1/+1 |
* | Provide a bit of anti-foot-shooting protection. Make sure that in the | peter | 2002-10-25 | 1 | -0/+7 |
* | _games is gone in rev. 1.305. | ru | 2002-10-22 | 1 | -1/+1 |
* | Do not build the majority of the games. Remaining are the | markm | 2002-10-20 | 1 | -4/+0 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -8/+5 |
* | Similar to bsd.subdir.mk, echo the name of the dir before | johan | 2002-08-23 | 1 | -4/+8 |
* | The intent in rev. 1.299 was to make the CPUTYPE assignment type check | ru | 2002-08-08 | 1 | -2/+7 |
* | Makefile.inc1 may eventually be merged with Makefile, so fix an | ru | 2002-08-07 | 1 | -1/+1 |
* | An empty CPUTYPE now means ``the default CPUTYPE'' in bsd.cpu.mk. | ru | 2002-08-05 | 1 | -2/+3 |
* | TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to | ru | 2002-08-02 | 1 | -2/+7 |
* | - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so that | jhb | 2002-07-31 | 1 | -2/+5 |
* | Inline ${_cxx_consumers}. | ru | 2002-07-24 | 1 | -2/+1 |
* | We're done with 1.287 and 1.288 now. | peter | 2002-07-24 | 1 | -7/+0 |
* | Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm). | ru | 2002-07-11 | 1 | -2/+2 |
* | libufs does not need built before most things, after all. | jmallett | 2002-07-01 | 1 | -3/+3 |
* | Add libufs to prebuild_libs, since lots of things will want it, in time. | jmallett | 2002-07-01 | 1 | -3/+3 |
* | Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). | ru | 2002-06-21 | 1 | -2/+2 |
* | Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL implies | sobomax | 2002-06-16 | 1 | -1/+1 |
* | libfetch now depends on libcrypto and libssl. | ru | 2002-06-06 | 1 | -1/+3 |
* | On behalf of lib/compat/compat4x.i386/libusb.so.0.bz2.uu,v 1.1, | ru | 2002-05-31 | 1 | -1/+2 |
* | Ignore a c++ that is version other than 3.1 if it does not also match | peter | 2002-05-30 | 1 | -1/+4 |
* | Bandaid for helping people who have a broken /usr/bin/c++ installation. | peter | 2002-05-29 | 1 | -0/+4 |
* | Put on peril sensitive sunglasses and turn C++ stuff back on. | peter | 2002-05-29 | 1 | -4/+2 |
* | Fixed the world breakage caused by my last commit. | ru | 2002-05-28 | 1 | -5/+1 |
* | Bootstrap makewhatis(1). | ru | 2002-05-27 | 1 | -2/+6 |
* | Move elf2aout to usr.sbin/. | ru | 2002-05-25 | 1 | -1/+1 |
* | Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1. | ru | 2002-05-20 | 1 | -1/+5 |
* | Back out rev 1.278. Seems we grew a getconf(1) that requires it. | obrien | 2002-05-18 | 1 | -1/+1 |
* | Remove local patch that crept in. | obrien | 2002-05-18 | 1 | -10/+2 |
* | Don't build gperf. | obrien | 2002-05-18 | 1 | -4/+12 |
* | Remove the perl bits from the build. | markm | 2002-05-16 | 1 | -14/+2 |
* | Make sure to not yet build the GNU C++, but still allow | ru | 2002-05-15 | 1 | -4/+0 |
* | Rename `includes' to `buildincludes'. | ru | 2002-05-15 | 1 | -2/+2 |
* | Restore comment that got lost in revision 1.265. | ru | 2002-05-14 | 1 | -0/+4 |
* | Do not run `includes' and `incsinstall' in parallel. | ru | 2002-05-14 | 1 | -1/+1 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -107/+21 |
* | Quiet the peanut gallary and back out magical "breakage". | obrien | 2002-05-12 | 1 | -4/+4 |
* | Turn off groff and gperf -- they will not compile with the in-tree Gcc 3.1. | obrien | 2002-05-10 | 1 | -1/+7 |
* | Add rpcgen to the bootstrap tools. | des | 2002-05-09 | 1 | -1/+1 |
* | `beforeinstall' w/the csu bits is a nop. | obrien | 2002-05-09 | 1 | -4/+0 |
* | Build our native CSU bits before the compiler-specific ones. | obrien | 2002-05-08 | 1 | -4/+4 |