summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
|
OpenPOWER on IntegriCloud