aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a test to see if the secure directory exists, before deciding whichJohn Hay1998-05-301-2/+2
* Whoops! Committed the wrong version of that file - here's the one whichJordan K. Hubbard1998-05-291-3/+3
* Move sh after awk in build tools - sh requires awk to build. Add idJordan K. Hubbard1998-05-291-2/+3
* Only pre-build the "default" libcrypt, since it gets to set the symlinksPeter Wemm1998-05-281-4/+7
* Urgent fix for bootstrap target. If the old symlinks are pointing to thePeter Wemm1998-05-281-4/+6
* Replace the partial symlink tree to src/sys/* in $OBJDIR/tmp/usr/includePeter Wemm1998-05-271-3/+14
* On the other hand, when /usr/bin/as is really a link to objformat, it's notPeter Wemm1998-05-271-3/+4
* Move objformat after binutils, otherwise we get chicken/egg problems whenPeter Wemm1998-05-271-3/+3
* Compile & use objformat as it was intended to, I have no idea whySøren Schmidt1998-05-271-1/+2
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+3
* ELF preparation step 1:Søren Schmidt1998-05-251-1/+5
* Make perl a build tool since it is required during a make depend.John Birrell1998-05-181-1/+2
* Now that FreeBSD/Alpha can be installed on a disk and run on its own,John Birrell1998-05-161-2/+2
* Don't use `&&' in any shell commands here. Using it to give conditionalBruce Evans1998-05-151-117/+117
* Removed share/info from build-tools. It should never have been there,Bruce Evans1998-05-101-2/+1
* Fix the problem people are having building -current on a -stable system.John Birrell1998-05-081-7/+7
* Added patch to build-tools (now needed to make gdb, sigh).Bruce Evans1998-05-021-1/+2
* Don't build dependencies unless NOCLEAN is set. This speeds upBruce Evans1998-04-271-13/+24
* Use more reasonable defaults for SUP variables (and print themJordan K. Hubbard1998-04-261-4/+4
* make includes has to execute "make beforeinstall" in src/lib/libcalendarAndreas Klemm1998-04-251-1/+2
* Don't build shared libraries twice for `make world'. This reducesBruce Evans1998-04-241-45/+73
* Cosmetic: put '@' in front of a very long command.Dmitrij Tejblum1998-04-191-2/+2
* Make the decision to compile kerberosIV a bit more secure by lookingMark Murray1998-03-261-2/+2
* Build the initial `make' in the temporary build tree so that its forcedBruce Evans1998-03-191-9/+9
* Restored an (apparently unnecessary) -B for installing lib-tools.Bruce Evans1998-03-161-2/+2
* Don't force NOPIC for building tools at all for now, so that someBruce Evans1998-03-151-3/+4
* Don't force NOPIC or NOSHARED for building tools in the NOCLEAN case,Bruce Evans1998-03-141-4/+11
* Build all tools shared, and don't build any shared libraries for tools.Bruce Evans1998-03-131-41/+47
* compile_et is now used early to build includes for libss, so build itBruce Evans1998-03-121-4/+5
* Fixed missing SHLIBDIR in GCC_EXEC_PREFIX.Bruce Evans1998-03-121-26/+28
* Separated header creation from header installation in libss. CreateBruce Evans1998-03-121-2/+2
* Change the bootstrap makefile inclusion to be general based on theJohn Birrell1998-02-191-4/+4
* MF22:Nate Williams1998-02-191-1/+6
* -DNOTOOLS to not rebuild any tools during buildworldAdam David1998-02-061-1/+10
* Test for ${MACHINE} == "alpha" and include the bootstrap makefile insteadJohn Birrell1998-01-111-4/+15
* Do not use -B in initial build of "make". It doesn't exist in 2.1.x.Satoshi Asami1997-10-101-4/+8
* Removed uneeded ${.MAKEFLAGS} again.Bruce Evans1997-10-071-22/+22
* Having to review all changes to this file _very_ carefullyJordan K. Hubbard1997-10-061-3/+3
* Hooboy!Jordan K. Hubbard1997-10-061-13/+41
* Removed redundant 'all' arg to " Making Make" target.Steve Passe1997-10-051-3/+3
* How the heck did this get back??Mark Murray1997-10-051-3/+3
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-87/+92
* When bootstrapping lex, the object directory for lex/lib would be deletedStephen McKay1997-09-281-2/+5
* Change for KTH KerberosIV.Mark Murray1997-09-281-14/+22
* When making make, do cleandir *before* objdir or we'll endJordan K. Hubbard1997-09-261-2/+2
* Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a differentBruce Evans1997-09-161-3/+3
* When calling the src/include Makefile use the shorthand ``all beforeinstall''Rodney W. Grimes1997-09-151-2/+2
* Back out use of -m, since 2.1.x apparently do not have it. (sigh..)Peter Wemm1997-09-051-3/+3
* Fix the ${BINFORMAT} definition problem during 'make {build}world'. ThePeter Wemm1997-08-311-3/+3
* Remove unneeded ${.MAKEFLAGS} being explicitly passed on via the commandPeter Wemm1997-08-261-25/+25