summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do not use -B in initial build of "make". It doesn't exist in 2.1.x.asami1997-10-101-4/+8
| | | | | | | Instead, list the targets one per command line. Reviewed by: bde Submitted by: bde (part)
* Removed uneeded ${.MAKEFLAGS} again.bde1997-10-071-22/+22
| | | | | Originally committed in: rev.1.141 Spammed by: rev.1.149 (mouldy parallel make diffs)
* Having to review all changes to this file _very_ carefullyjkh1997-10-061-3/+3
| | | | led me to find 2 more errors which were there before. :)
* Hooboy!jkh1997-10-061-13/+41
| | | | | | | | | | | | | | Did I ever spam this file good with that last commit. Despite 3 reviewers, we still managed to revoke the eBones fixes, TCL 8.0 support, libvgl and a host of other new things from this file in the process of parallelizing the Makefile. DOH! I think we need more pointy hats - this particular incident is worthy of a small children's birthday party's worth of pointy hats. ;-) I certainly intend to take more care with the processing of aged diffs in the future, even if it does mean reading through 20K's worth of them. I might also be a bit more anal about asking for more up-to-date changes before looking at them. ;)
* Removed redundant 'all' arg to " Making Make" target.fsmp1997-10-051-3/+3
| | | | Removed "-r RELENG_2_2" from 'update' target.
* How the heck did this get back??markm1997-10-051-3/+3
|
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-87/+92
| | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
* When bootstrapping lex, the object directory for lex/lib would be deletedmckay1997-09-281-2/+5
| | | | | without being recreated. A read-only source compile would then fail shortly afterwards trying to write .depend into the source tree.
* Change for KTH KerberosIV.markm1997-09-281-14/+22
| | | | -DMAKE_EBONES is changed to -DMAKE_KERBEROS4
* When making make, do cleandir *before* objdir or we'll endjkh1997-09-261-2/+2
| | | | | up with a blown objdir for the depend stage, leaving the .depend file in ${SRCDIR} instead.
* Backed out rev.1.136 and rev.1.144. Force SHARED=symlinks in a differentbde1997-09-161-3/+3
| | | | | | | | | way - for buildworld only. Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was a half-baked backout of rev.1.136. It broke SHARED=symlinks for the buildworld target and installation of subdirs of src/include for the includes target.
* When calling the src/include Makefile use the shorthand ``all beforeinstall''rgrimes1997-09-151-2/+2
| | | | | inplace of ``all installhdrs symlinks'' so those of us who run with SHARED=copies get the right results.
* Back out use of -m, since 2.1.x apparently do not have it. (sigh..)peter1997-09-051-3/+3
|
* Fix the ${BINFORMAT} definition problem during 'make {build}world'. Thepeter1997-08-311-3/+3
| | | | | | | | wrong switches were being passed to 'make' that caused sys.mk to come from the /usr/share/mk location but the bsd.*.mk files to come from the source tree in src/share/mk. This was bound to break sooner or later. Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
* Remove unneeded ${.MAKEFLAGS} being explicitly passed on via the commandpeter1997-08-261-25/+25
| | | | | | line.. PR: 4368
* Use new installhdrs target to install tcl includes.bde1997-08-251-2/+2
|
* Added directories in the includes target so that it installsbde1997-08-211-1/+8
| | | | | | everything that a full install would (modulo bugs in rpcsvc/Makefile). The missing things weren't used (except for mp.h from libmp), but there are relatively few of them and it's easier to be complete.
* Restored rev.1.122, which was clobbered by copying from -stable inbde1997-08-211-4/+13
| | | | | | rev.1.134. Split long lines.
* Pass command line args to 'buildworld' and 'installworld' etc. Otherwisepeter1997-08-181-5/+5
| | | | 'make -DNOCLEAN world' is completely ignored.
* In the includes target, call the header install target explicitly and thenpeter1997-08-181-2/+2
| | | | | | | | | call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since In the includes target, call the header install target explicitly and then call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since we set this up manually earlier, and if we do a 'make all install', we replace the symlink tree in the obj dirs with new copies of the files which breaks any chance of -DNOCLEAN working.
* fix a make world problem.andreas1997-08-171-1/+2
| | | | | | updated beforeinstall target. mp.h from gnu/lib/libgmp.h has to be installed to /usr/include so that usr.bin/chkey and usr.bin/newkey can be compiled.
* Merge from -stable; NOTCL hook in beforeinstall.asami1997-08-121-1/+4
|
* Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patchasami1997-08-051-85/+191
| | | | | | | a couple *.mk files to enable -current world building on really old machines (e.g., 2.1.5). Reviewed by: too many many people to list here, special thanks to bde
* More whitespace/tab fixes.asami1997-07-311-6/+6
| | | | Submitted by: bde
* Consistently use tabs in the leading comments.asami1997-07-311-3/+3
| | | | Submitted by: bde (yes, I'm serious)
* Remove sgml stuff from the build-tools target. It is no longer usedjfieber1997-06-081-5/+2
| | | | in a make world.
* Add libmp and libz to the includes target. This makes "make includes -DCLOBBER;jhay1997-06-081-1/+3
| | | | | make depend; make all" work. I think there should be a better than adding each library directory here.
* make beforeinstall in libalias from the includes targetpeter1997-05-261-1/+2
|
* Fix comment about LOCAL_DIRS. Now it works as advertised. :)asami1997-05-211-2/+2
|
* Remove evil MAKE_LOCAL and MAKE_PORTS hacks and replace them withjkh1997-05-211-7/+7
| | | | | a simpler, more general LOCAL_DIRS hack. Reviewed by: asami
* Forgot to commit this.. Do a 'make all' in src/include before tryingpeter1997-05-131-3/+2
| | | | | | to install it. Otherwise osreldate.h breaks. Pointed out by: Doug Rabson <dfr@nlsystems.com>
* Use `mk' files in share/mk (relative to the top level of the sourcebde1997-05-101-17/+2
| | | | | | | | | | | tree) instead of the system default ones in /usr/share/mk. This only works for makes run from the top level, and a few not too out of date system makefiles must be present to start up. Bootstraps from can still be done from scratch by giving the path to an up to date share/mk on the command line. Removed bootstrap `mk' target and use of it. The bootstrap didn't actually work for the non-null DESTDIR case.
* Change default build to include libc_r, but allow disadvantaged soulsjb1997-05-031-1/+2
| | | | to turn off the build.
* Bootstrap the info `dir' file from here.bde1997-04-301-3/+10
|
* Process "lib/csu/i386" at the beginning of the "libraries" target,jdp1997-04-091-5/+5
| | | | | | | | instead of in the middle of it. Soon, "c++rt0.o" will be linked into all shared libraries. An up-to-date version of it must be in place before any shared libraries are built. This is one piece of the solution for PR gnu/3035 (gcc -shared).
* Back out csu fix, because it was just fixed differentlyache1997-04-021-2/+2
|
* For csu/i386 add "all" before "beforeinstall", because "beforeinstall"ache1997-04-021-2/+2
| | | | wants to install "all" targets which not exist at this stage
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Add uudecode to lib-tools so that the -p option is available forjkh1997-01-211-0/+2
| | | | | | the later build in lib/compat/* for those systems upgrading from source. Pointed-Out-By: John Hay <jhay@zibbi.mikom.csir.co.za>
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> isjdp1997-01-121-1/+2
| | | | | installed before it is needed. Noticed by: David Conran <lucifer@maths.uq.oz.au>
* Remove yacc from the lib-tools target since it is nowsteve1997-01-121-3/+1
| | | | | | back to its original form. Requested by: jkh
* Add -DNOINFO to MK_FLAGS, that's okay right? The comment saysjmacd1997-01-111-2/+4
| | | | | | | | MK_FLAGS contains -DNOMAN and -DNOPROFILE for speed, so I assume NOINFO is okay as well. Add gnu/usr.bin/texinfo to build-tools so everything does the right thing.
* Add yacc to lib-tools target, now that it's been changed.jkh1997-01-071-1/+3
|
* Add comment on -DALLLANG.asami1996-12-201-1/+3
| | | | Suggested by: max
* Use LC_TIME=C instead of LC_TIME= (POSIX)ache1996-11-261-3/+3
|
* use NOSHARE variable to skip 'share' directory, useful for shared installationsadam1996-11-011-2/+3
| | | | or for faster make of executables.
* Improved comment about `all' target.bde1996-10-251-16/+15
| | | | Use a for loop instead of massive duplication in the build-tools target.
* oops, how did this get into the reinstall target? :-]peter1996-10-141-16/+1
| | | | | Must have been a cut/paste foulup... The whole idea of 'make reinstall' is that it doesn't build anything from the source server mount.
* Add awk to build target.jkh1996-10-061-1/+3
| | | | Submitted-By: jhay
OpenPOWER on IntegriCloud