| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix make world. | markm | 2001-02-14 | 1 | -2/+1 |
* | Provide backwards compatable recognition of ${KERNEL}. You should be | peter | 2001-01-23 | 1 | -0/+11 |
* | Sigh, I thought we still had the rm -rf objdir stuff in make world, which | peter | 2001-01-22 | 1 | -1/+2 |
* | Use 'make clean' instead of 'config -r', and only if the 'depend' step has | peter | 2001-01-22 | 1 | -4/+4 |
* | As threatened in hackers@ on Friday, obviate the need for a buildworld | imp | 2001-01-22 | 1 | -2/+7 |
* | Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is | peter | 2001-01-22 | 1 | -4/+4 |
* | Also add some timing information for kernel builds so that it's | jkh | 2001-01-21 | 1 | -2/+5 |
* | Create a build-tools target for sysinstall and rtermcap. This is still | peter | 2001-01-19 | 1 | -1/+1 |
* | Removed pc98-hack of aout tools. | kato | 2000-12-24 | 1 | -10/+1 |
* | Fix cross-building once again. | marcel | 2000-12-03 | 1 | -1/+1 |
* | Fix release, broken by the perl cross-build fixes. | marcel | 2000-11-21 | 1 | -0/+9 |
* | Fix cross-building. | marcel | 2000-11-20 | 1 | -12/+17 |
* | libgcc now needs to be built earlier in the build. | obrien | 2000-11-10 | 1 | -5/+6 |
* | * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work | obrien | 2000-10-28 | 1 | -1/+2 |
* | Fail the 'buildkernel' target if not even one of the specified kernel configu... | jkoshy | 2000-10-25 | 1 | -0/+4 |
* | Number the stages in the documentation to match what is printed out when | obrien | 2000-10-13 | 1 | -5/+5 |
* | This is really gross. | gibbs | 2000-09-18 | 1 | -2/+2 |
* | Add reinstallkernel target. Does same thing as installkernel, but | imp | 2000-09-17 | 1 | -0/+3 |
* | Include libfetch in the includes target. | des | 2000-09-09 | 1 | -0/+1 |
* | USA_RESIDENT is no longer required for buildworld, do not force it. | peter | 2000-09-09 | 1 | -12/+0 |
* | Allow one to specify what the installed kernel's name is by setting | obrien | 2000-09-03 | 1 | -3/+11 |
* | Define SUPHOST. If this is set a '-h ${SUPHOST}' is added to the | joe | 2000-08-13 | 1 | -0/+3 |
* | Make the update target consistent; both ports and doc are updated | sheldonh | 2000-08-07 | 1 | -1/+6 |
* | Fix buildkernel and installkernel when KERNEL is defined in | marcel | 2000-08-03 | 1 | -3/+3 |
* | Argh... mtree has been removed from the bootstrap-tools. In that | marcel | 2000-07-23 | 1 | -2/+2 |
* | Name all kernels 'kernel'. This fixes the incompatible behaviour | marcel | 2000-07-23 | 1 | -5/+3 |
* | Remove mtree for bootstrap-tools. The -L switch change has been | marcel | 2000-07-23 | 1 | -1/+1 |
* | Don't save cp(1) in installworld. Its use has been replaced by | marcel | 2000-07-23 | 1 | -1/+1 |
* | Add awk and wc to the list of copied binaries for the installworld | marcel | 2000-07-20 | 1 | -2/+2 |
* | Add cp(1) to the list of binaries we need to save. The cp(1) command | marcel | 2000-07-19 | 1 | -2/+3 |
* | Don't save install-info. We already have that built. We'll use | marcel | 2000-07-19 | 1 | -3/+2 |
* | Save any binaries we use by installworld, so that we won't use the | marcel | 2000-07-19 | 1 | -2/+13 |
* | Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick it | ache | 2000-07-18 | 1 | -4/+4 |
* | Add mtree to cross-tools to make it updated for new -L option | ache | 2000-07-18 | 1 | -1/+2 |
* | Perl's version number needs to change. | markm | 2000-07-02 | 1 | -1/+1 |
* | Rearrange Perl's build priority; it needs to get made earlier. | markm | 2000-06-25 | 1 | -6/+6 |
* | Add -DNO_KERNELDEPEND and -DNO_KERNELCONFIG | brian | 2000-06-15 | 1 | -2/+10 |
* | Set KERNEL=${INSTALLKERNEL} doing a make install in /sys/conf | brian | 2000-06-09 | 1 | -1/+1 |
* | GENERIC98 is removed. | nyan | 2000-05-05 | 1 | -1/+1 |
* | Make gperf be a bootstrap-tool, since we now depend on features of | wollman | 2000-04-27 | 1 | -1/+1 |
* | Revert my changes to make gperf a build-tool; that was the wrong thing. | wollman | 2000-04-27 | 1 | -2/+2 |
* | Add gperf(1) to build tools. It should have been one before, but | wollman | 2000-04-27 | 1 | -2/+2 |
* | Create ${KRNLOBJDIR} before running config(8), since config(8) does | sheldonh | 2000-04-27 | 1 | -0/+1 |
* | Unbreak make world (libpam depends on libopie) | kris | 2000-04-17 | 1 | -3/+4 |
* | Fix the buildkernel and installkernel targets for the case where | sheldonh | 2000-03-30 | 1 | -3/+5 |
* | Get rid of "sticky" files when updating sources with cvs(1). | ru | 2000-03-29 | 1 | -1/+1 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -3/+3 |
* | A lot of tools need to be built before compilation proper can happen. | markm | 2000-02-28 | 1 | -2/+3 |
* | We have a new world order in libraries. | markm | 2000-02-24 | 1 | -5/+5 |
* | Docfix: Note krb5 flags. | jkh | 2000-02-20 | 1 | -0/+1 |