summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use SUP and SUPFLAGS variables to change them to cvsup if neededache1996-10-051-4/+7
|
* Add some 'world' hooks for libg++-2.7.2, specifically the new libstdc++peter1996-10-041-1/+4
| | | | | | directory. Also, add gnu/usr.bin/as to the lib-tools target since libgcc generates weak symbols, and libstdc++/libg++ use them. ie: coming from a 2.1.x system will fail without 'as'.
* Unlocalize `date`ache1996-09-211-3/+3
|
* Hooks to attempt to get 'make world' working with gcc-2.7.2.1. It'speter1996-09-191-6/+8
| | | | | | | | | | | | | | worked for me, but no guarantees yet. Basically, move cc earlier to lib-tools target, before libraries are built. libgcc is built at the same time, so it's special entry is removed from the libraries target. Also, add bison/gperf immediately before cc, since they are needed to build cc and are not present on an earler-than-2.2 system. (libgcc is partly built with the freshly compiled gcc-2.7.2.1, since it uses __attribute__'s that were not present until now) This _should_ be enough to get running from older releases, perhaps as far back as 2.0.5.
* Add 3 small lines which add to the utility of the "finished on `date`"jkh1996-09-181-1/+6
| | | | output in the world target.
* Add usr.bin/sgmls to the build-tools target.jfieber1996-09-101-1/+3
| | | | This should prevent make world from falling over in share/doc.
* - cosmetic change to 'make world'peter1996-08-301-4/+33
| | | | | - do an explicit 'make all' in include/rpcsvc in 'make includes' as a 'make install' is not supposed to build anything.
* Revert all the make depend changes.jkh1996-08-251-30/+30
|
* Get rid of all the explicit calls to make depend.jkh1996-08-231-31/+31
|
* Removed extraneous .endif that was left during OBJDIR cleanup.nate1996-08-071-2/+1
| | | | Noticed by: phk
* Move tsort back to lib-tools where it belongs, and add a "speciallypeter1996-08-071-4/+4
| | | | | | | | for bootstrap" tweak to the lex Makefile to stop it building the library too early. This untangles things a bit more, it stops new bootstraps failing because libl/libfl uses 'ld -O' before ld is updated.
* Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ).peter1996-08-071-7/+4
| | | | | Closes PR#1451 (Ph. Charnier <charnier@xp11.frmug.org>) and PR#1453 (Peter Mutsaers <plm@xs4all.nl>)
* The bootstrap target in src/Makefile has the wrong order for lex/tsortjkh1996-08-031-3/+3
| | | | | | | | | because lex has a library (libln.a) and bsd.lib.mk has been modified to use 'tsort -q'. Tsort has not been build yet... tsort should be before lex. [Whoops! Thanks! -jkh] Submitted-By: roberto@keltia.freenix.fr (Ollivier Robert)
* Add tsort to bootstrap targets.jkh1996-08-031-1/+3
|
* General tidy-up of Makefile. The objective was to make it clear andpeter1996-07-271-143/+271
| | | | | | | | readable, as well as fix up some of the warts along the way. Among the things fixed is the infamous "cd foo && make depend all install" bogon, which is particularly important for users of the -DNOCLEAN option. Also, a few typo and DESTDIR fixes and a -DNOGAMES hack from Gary Jennejohn.
* Fix typo in Makefile.jraynard1996-07-211-2/+2
| | | | Reviewed (informally!) by jkh.
* Add make to the bootstrap targets (I thought I committed this 3 days ago -jkh1996-07-011-1/+2
| | | | sheesh!).
* Add beforeinstall decent into libtclphk1996-06-281-1/+2
|
* Comment out the:peter1996-06-271-4/+4
| | | | | | | | .if exists(contrib) SUBDIR+= contrib .endif because it now tries to decend into the new contrib dir which doesn't have a Makefile.
* Added libftpio to 'includes'.nate1996-06-261-1/+2
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-23/+6
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Ask CVS to run in quiet mode, which makes it easier to see what thepst1996-06-221-2/+2
| | | | update actually did.
* Add pre-world and post-world hooks so that people can do site specificjkh1996-06-201-2/+10
| | | | | cleanup or preinitializion of /usr/src before and after the world target is run.
* libforms is no moreadam1996-06-201-2/+1
|
* Don't try to do a 'make bootstrap all install' in one commend. Break itnate1996-06-191-2/+3
| | | | | into two make commands so that make will recognize that it doesn't need to buid scan.c w/lex.
OpenPOWER on IntegriCloud