aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Kill upgrade target docs. It too is stale.Warner Losh2003-04-031-1/+0
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=113000
* Kill aout to elf upgrade path. From an old comment in the makefile:Warner Losh2003-04-031-46/+0
| | | | | | | | | | | | | | | # If -DWANT_AOUT is specified, a `make world' with OBJFORMAT=elf will # update the legacy support for aout. This includes all libraries, ld.so # and boot objects. This part of build should be regarded as # deprecated and you should _not_ expect to be able to do this past the # release of 4.0. You have exactly one major release to move entirely # to elf. Now that we're past 5.0, these aren't needed at all anymore and it is well past its freshness date. Notes: svn path=/head/; revision=112999
* Don't make buildworld and buildkernel in parallel.Ruslan Ermilov2003-02-271-0/+1
| | | | | | | | And this is probably what you expect when you say "make -jX buildworld buildkernel". Notes: svn path=/head/; revision=111617
* Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.Ruslan Ermilov2003-02-191-1/+1
| | | | | | | Submitted by: johan Notes: svn path=/head/; revision=111133
* Fixed universe.Ruslan Ermilov2003-02-191-34/+30
| | | | | | | | Folded pc98 into the common case. Retired ${JFLAG} (``make -jX universe'' should work). Notes: svn path=/head/; revision=111131
* Fix make universe's kernel builds on pc98: We need to pass both ARCHPoul-Henning Kamp2003-02-181-7/+7
| | | | | | | and TARGET_ARCH. Notes: svn path=/head/; revision=111089
* Part 3/3 of unbreaking cross releases:Ruslan Ermilov2003-01-291-12/+16
| | | | | | | | | | | | | | | | | | | | | When we call "distributeworld" as part of "make release", we set MACHINE and MACHINE_ARCH to point to TARGET and TARGET_ARCH; this confused src/Makefile's idea of what ${MAKEPATH}, and consequently ${MAKE}, is (well, it still confuses ${MAKEPATH}, but see below). To overcome this problem, we now take the following approach: - We preserve the make(1)'s idea of its argv[0], ${MAKE}. - We check to see if ${MAKE} passes the regression tests. - If it does, we use it. Otherwise, we build and use an up-to-date make(1). This fix is still not quite right, in a situation where a single /usr/obj is shared between different architecture machines, but it is less critical and I hope to fix that soon. Notes: svn path=/head/; revision=110035
* Minor typo fixes and whitespace cleanups.Jens Schweikhardt2002-12-301-4/+3
| | | | Notes: svn path=/head/; revision=108451
* Build kernels for pc98 just like the other platforms. Also, removeWarner Losh2002-12-141-1/+10
| | | | | | | | | | one space to make the dates line up for easy mental math. # Too bad only i386 and pc98 are the only parts of the universe # currently buildable on my box :-( Notes: svn path=/head/; revision=107884
* Minor, cosmetic change to buildworld output to make it reflectBruce A. Mah2002-12-031-1/+1
| | | | | | | | | | rev. 1.270 more accurately. Reviewed by: ru Approved by: re (jhb) Notes: svn path=/head/; revision=107556
* If /usr/bin/make fails to pass the regression tests, it might notRuslan Ermilov2002-12-021-7/+20
| | | | | | | | | | | | | be suitable for building. The old action here was to upgrade the make in /usr/bin. This is both bogus and does not work under non root. So, rather than overwriting the existing /usr/bin/make, we now install it into a safe location, and use it from there. Reviewed by: imp, marcel Approved by: re (rwatson) Notes: svn path=/head/; revision=107516
* Moved make(1) regression tests from src/Makefile to where theyRuslan Ermilov2002-11-281-28/+4
| | | | | | | | | | belong (src/tools/regression/usr.bin/make), and use the latter to test if make(1) is adequate for building the world. Approved by: re Notes: svn path=/head/; revision=107374
* PC98 is not a true architecture, but a subarchitecture of i386, so we needPoul-Henning Kamp2002-10-021-1/+4
| | | | | | | to use a slightly differnt command to PC98::buildworld. Notes: svn path=/head/; revision=104370
* Add pc98 to universe target.Poul-Henning Kamp2002-10-011-3/+3
| | | | | | | Remember about /usr/obj and look for conf/NOTES in the right place. Notes: svn path=/head/; revision=104277
* Add "make universe" target which:Poul-Henning Kamp2002-09-261-0/+38
| | | | | | | | | | | | | | | | | | for each arch i386 sparc64 alpha ia64 make buildworld TARGET_ARCH=$arch if NOTES found make LINT foreach kern ${arch}/conf/[A-Z0-9]* make buildkernel TARGET_ARCH=$arch KERNCONF=$kern Errors from the individual steps are ignored and the stdout+stderr are saved in distinct files in root of the source tree with names like: _.${arch}.${target} On my dual 1.6G Athlon it takes roughly four hours to run this target. Notes: svn path=/head/; revision=103985
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-12/+2
| | | | | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha Notes: svn path=/head/; revision=103436
* Deal with bootstrapping from an old -current (almost exactly a year old)Peter Wemm2002-08-311-1/+2
| | | | | | | | | | which fails the make tests (doesn't understand ${notdef:U}) and therefore fails on __FBSDID in usr.bin/make/*. -DBOOTSTRAPPING is no help here since this is before we are using the new share/mk/* files, and it would conflict with the builtin -DBOOTSTRAPPING support later.. so use a different flag. Notes: svn path=/head/; revision=102692
* Indentation.Ruslan Ermilov2002-07-201-7/+7
| | | | Notes: svn path=/head/; revision=100402
* Upgrade make(1) if not passing the ``.if defined(notdef) && ${notdef:U}''Ruslan Ermilov2002-07-201-2/+8
| | | | | | | test (revealed by bsd.lib.mk,v 1.134). Notes: svn path=/head/; revision=100401
* correct syntax in last commitMatthew Dillon2002-06-241-1/+1
| | | | Notes: svn path=/head/; revision=98775
* Document TARGET_ARCHMatthew Dillon2002-06-241-0/+5
| | | | Notes: svn path=/head/; revision=98723
* Reimplement FILES support using bsd.files.mk with theRuslan Ermilov2002-06-031-1/+1
| | | | | | | | | | | same set of features as in recently added bsd.incs.mk (FILESGROUPS, accessibility from both bsd.prog.mk and bsd.lib.mk, de-pessimized typical installation path, etc.) New standard targets: buildfiles, installfiles, and files (buildfiles + installfiles). Notes: svn path=/head/; revision=97769
* Line up the make world completed output.David E. O'Brien2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97536
* Forgot to commit this for the `includes' -> `buildincludes',Ruslan Ermilov2002-05-241-2/+5
| | | | | | | `incsinstall' -> `installincludes' changes. Notes: svn path=/head/; revision=97252
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* Bring doc up-to-date with current buildworld/buildkernel practices.John W. De Boskey2002-05-081-11/+20
| | | | | | | Reviewed by: jhb Notes: svn path=/head/; revision=96205
* Added internal, non-recursive (SUBDIR) versions of the `all-man'Ruslan Ermilov2002-05-071-1/+1
| | | | | | | | | | | and `maninstall' targets. This fixes the issue where each subdir was descended into twice during "make all", and also resurrects the standardization of `maninstall'. Urged by: bde Notes: svn path=/head/; revision=96164
* Milestone #2 in cross-arch make releases. They now work!Ruslan Ermilov2002-04-301-2/+2
| | | | | | | | | | | | You need to set TARGET_ARCH and possibly TARGET, the same way you normally do it for a cross build(7). Renamed `distribworld' to a more natutal `distributeworld'. Put pwd_mkdb(8) under ${INSTALLTMP}; for `distributeworld'. Notes: svn path=/head/; revision=95793
* Parallel "make release" fixes.Ruslan Ermilov2002-04-291-1/+13
| | | | Notes: svn path=/head/; revision=95730
* Milestone #1 in cross-arch make releases.Ruslan Ermilov2002-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com> Notes: svn path=/head/; revision=95509
* Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.Ruslan Ermilov2002-04-231-1/+1
| | | | | | | | | | | | | | | | | | | Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.) Notes: svn path=/head/; revision=95306
* Despite the fact that it is documented in the handbook, the release notes,Gregory Neil Shapiro2002-04-201-3/+3
| | | | | | | | | | | | | | | | | | | and UPDATING and has been posted to both freebsd-current and freebsd-stable, users are still not adding the required smmsp user and group before doing an installworld. Therefore, don't let users do an installworld unless they have followed directions. Add a new installcheck Makefile target which installworld runs before actually starting the installation. This target can be used by other parts of userland as well. The first addition to the target is to check for the smmsp user and group if NO_SENDMAIL isn't defined. Others may add checks to this target as they see fit. MFC after: 1 week Notes: svn path=/head/; revision=95146
* Makefile.inc0 is no longer used.Giorgos Keramidas2002-03-031-3/+1
| | | | | | | | | Update comments to reflect that. Approved by: dd, silence in -audit. Notes: svn path=/head/; revision=91606
* FreeBSD 4.1 bootstrapping aid (``:C'' make(1) modifier usedRuslan Ermilov2002-02-081-0/+5
| | | | | | | | | by gnu/usr.bin/binutils/as/Makefile.inc0 is not there). XXX: make(1) should return with a non-zero exit status here. Notes: svn path=/head/; revision=90395
* Make it possible to build manpages for the entire source tree.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74842
* End words with a `.'.David E. O'Brien2001-03-041-2/+2
| | | | | | | Fixed spacing messed up in rev 1.244. Notes: svn path=/head/; revision=73504
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-2/+2
| | | | | | | LC_ALL takes precedence over other LC_* envariables. Notes: svn path=/head/; revision=73349
* Cosmetic fix: Document targets at the top in a uniform way.Jordan K. Hubbard2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72427
* Add back displaying the `world' start time when displaying the stop time.David E. O'Brien2000-12-061-2/+3
| | | | | | | | However, don't prefix it with '>>>', so those greping for times will not see it. Notes: svn path=/head/; revision=69659
* Also list kernel target so one can get to it.Jordan K. Hubbard2000-12-011-3/+3
| | | | Notes: svn path=/head/; revision=69496
* Document the "kernel" target.Jordan K. Hubbard2000-12-011-0/+1
| | | | Notes: svn path=/head/; revision=69491
* Fix release, broken by the perl cross-build fixes.Marcel Moolenaar2000-11-211-4/+4
| | | | | | | | | | | | The distribute target is basicly the same as an install. For perl, this means that miniperl is needed. Since miniperl is only present in the object directory, we need to make sure the path is set correctly. To do this, we have make release use a new distribworld target that sets the path before doing a make distribute. Notes: svn path=/head/; revision=68987
* While we're still arguing over debugging output, at least be in aJordan K. Hubbard2000-11-071-2/+1
| | | | | | | | | self-consistent state. Requested by: bde Notes: svn path=/head/; revision=68428
* MFS: eliminate duplicate start lineJordan K. Hubbard2000-11-051-1/+0
| | | | Notes: svn path=/head/; revision=68374
* Pass the reinstallkernel target through from Makefile to Makefile.inc1.Mark Murray2000-09-191-2/+4
| | | | Notes: svn path=/head/; revision=66071
* Mention the buildkernel/installkernel targets in the documentation.Alexander Langer2000-07-311-0/+2
| | | | Notes: svn path=/head/; revision=64049
* We have a new world order in libraries.Mark Murray2000-02-241-2/+2
| | | | | | | Goodbye libdes; Welcome libcrypto. Notes: svn path=/head/; revision=57457
* Add the buildkernel and installkernel targets.Marcel Moolenaar2000-01-091-9/+25
| | | | | | | | | While here fix some minor style bugs (whitespacing) and move the make target from Makefile.upgrade to this file. Simplify the make target to make it readable. Notes: svn path=/head/; revision=55678
* Descent into sub-makes with a fixed PATH. The PATH does not containMarcel Moolenaar1999-12-231-1/+2
| | | | | | | | | | | | /usr/games on purpose. All tools in /usr/games are built as part of the tool stages to support building world on machines without games. This fixes any build problems that have been caused by non-standard paths and also removes the primary objection for not using absolute paths. Notes: svn path=/head/; revision=55026
* Oops! bypassing Makefile.inc0 without adding a `world' target is notMarcel Moolenaar1999-12-081-2/+37
| | | | | | | | a good idea. Adding `world' to Makefile is save, because all hairy bits are in Makefile.inc1 anyway. Notes: svn path=/head/; revision=54324