summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Collapse)AuthorAgeFilesLines
* Pass -DBOOTSTRAPPING to the kernel's build tool (sys/dev/aic7xxx/aicasm).ru2002-07-111-2/+2
| | | | | | | This way, it has a chance to be built with gcc 2.95.x (using the bandaid in share/mk/bsd.cpu.mk,v 1.11). Feedback timeout from: gordon
* libufs does not need built before most things, after all.jmallett2002-07-011-3/+3
| | | | Submitted by: bde, ru
* Add libufs to prebuild_libs, since lots of things will want it, in time.jmallett2002-07-011-3/+3
|
* Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5).ru2002-06-211-2/+2
|
* Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL impliessobomax2002-06-161-1/+1
| | | | NO_OPENSSH.
* libfetch now depends on libcrypto and libssl.ru2002-06-061-1/+3
|
* On behalf of lib/compat/compat4x.i386/libusb.so.0.bz2.uu,v 1.1,ru2002-05-311-1/+2
| | | | added uudecode(1) to bootstrap-tools.
* Ignore a c++ that is version other than 3.1 if it does not also matchpeter2002-05-301-1/+4
| | | | | | | cc's version. libgcc.a will have been clobbered and will no longer have the old c++ support. Submitted by: jhb
* Bandaid for helping people who have a broken /usr/bin/c++ installation.peter2002-05-291-0/+4
| | | | | | | | | | This only affects the -current early adopters and developers who have done a 'make world' in the last few weeks and as a result installed a gcc-3.1 version of /usr/bin/c++ but without the corresponding library support that this now requires. This is a temporary hack that should be deleted within a few weeks. In this case we will use the existing gperf/groff one last time around for the early stage1 bootstrap. (This isn't so bad, because we were unconditionally using the host one before)
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-4/+2
|
* Fixed the world breakage caused by my last commit.ru2002-05-281-5/+1
| | | | | | NOMAN is defined when building bootstrap-tools. Submitted by: jhay
* Bootstrap makewhatis(1).ru2002-05-271-2/+6
|
* Move elf2aout to usr.sbin/.ru2002-05-251-1/+1
| | | | Approved by: jake
* Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.ru2002-05-201-1/+5
|
* Back out rev 1.278. Seems we grew a getconf(1) that requires it.obrien2002-05-181-1/+1
|
* Remove local patch that crept in.obrien2002-05-181-10/+2
|
* Don't build gperf.obrien2002-05-181-4/+12
|
* Remove the perl bits from the build.markm2002-05-161-14/+2
|
* Make sure to not yet build the GNU C++, but still allowru2002-05-151-4/+0
| | | | | for the C++ progs to be built with e.g. an old compiler, CXX=/usr/bin/c++, for the time being.
* Rename `includes' to `buildincludes'.ru2002-05-151-2/+2
| | | | | | Rename `incsinstall' to `installincludes'. Make `includes' a -j safe shortcut for `buildincludes' + `installincludes'. `buildincludes' and `installincludes' are SUBDIR friendly, if run directly.
* Restore comment that got lost in revision 1.265.ru2002-05-141-0/+4
|
* Do not run `includes' and `incsinstall' in parallel.ru2002-05-141-1/+1
| | | | | | Spotted by: jhay Parallel worlds and releases should be working again.
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-107/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* Quiet the peanut gallary and back out magical "breakage".obrien2002-05-121-4/+4
|
* Turn off groff and gperf -- they will not compile with the in-tree Gcc 3.1.obrien2002-05-101-1/+7
|
* Add rpcgen to the bootstrap tools.des2002-05-091-1/+1
|
* `beforeinstall' w/the csu bits is a nop.obrien2002-05-091-4/+0
|
* Build our native CSU bits before the compiler-specific ones.obrien2002-05-081-4/+4
| | | | This helps in the compiler build.
* Make NO_CXX, really mean NO_CXX.obrien2002-05-071-0/+2
|
* Sorted the directories in the rule for the includes target as much asbde2002-04-301-23/+23
| | | | possible.
* Milestone #2 in cross-arch make releases. They now work!ru2002-04-301-11/+8
| | | | | | | | | 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'.
* Back out part of the revision 1.261: "etc" indeed needs to beru2002-04-301-3/+5
| | | | | | last for "distribute" to succeed -- the "make makedb" part of the etc/Makefile:distribution target should be the last thing made.
* Make crunchide(1) a cross-tool; needed for cross-arch "make release".ru2002-04-301-1/+2
| | | | Note that a.out is only supported for the non-cross i386 case.
* Parallel "make release" fixes.ru2002-04-291-7/+0
|
* Milestone #1 in cross-arch make releases.ru2002-04-261-17/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Despite the fact that it is documented in the handbook, the release notes,gshapiro2002-04-201-1/+18
| | | | | | | | | | | | | | | | 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
* Sort _startup_libs, _prebuild_libs, and _generic_libs lists alphabetically.ru2002-04-161-21/+31
| | | | Submitted by: bde, ru
* Keep up with lib/Makefile,v 1.64 (uhh).ru2002-04-161-4/+2
|
* Fix incorrect ordering in previous commit.des2002-04-151-2/+2
|
* Add libypclnt to the prebuild library list, and record its dependency ondes2002-04-151-1/+3
| | | | librpcsvc.
* Add libypclnt to the includes target.des2002-04-131-0/+1
|
* Add a tool (and the first application of it) that could be usedru2002-04-121-51/+51
| | | | | | to automate building of libraries. Prodded by: bde
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldru2002-04-111-0/+4
| | | | | | | | | | breakage with ioctl.c. The .depend file should track dependencies just fine, and the worst we can have is to miss new ioctls. But I still think it's a good idea to have -DNOCLEAN build produce the same ioctl.c as it would without -DNOCLEAN. Prodded for a long time by: bde
* Don't special case i386/pc98, replace it with the smarter logicru2002-04-111-9/+6
| | | | | | | | of setting ${TARGET} -- make it default to ${MACHINE} if we are not cross-building, and ${TARGET_ARCH} otherwise. Set MAKEOBJDIREPREFIX based on ${TARGET}, not on ${TARGET_ARCH}. This is useful if you want to cross-build pc98 worlds on i386.
* Avoid cleaning modules twice in `buildkernel'.ru2002-04-081-4/+3
|
* Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option.ru2002-04-081-1/+2
| | | | PR: bin/36747
* Unbreak buildworld after include/Makefile,v 1.167 commit.ru2002-04-041-2/+2
|
* Back out lots of the last commit that was committed by accident.joe2002-04-011-36/+0
| | | | | | (It's my test rig for some CVSUP,SUP code). Spotted by: Michael G. Petry <petry@NetMasters.Com>
* Install libusbhid.h during 'make includes'.joe2002-04-011-0/+37
| | | | | Requested by: jhb MFC after: 3 days
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks
OpenPOWER on IntegriCloud