summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Collapse)AuthorAgeFilesLines
* For installkernel, use the fresh tools (if we've built them withru2002-12-021-1/+2
| | | | | | | buildworld). Reviewed by: imp, marcel Approved by: re (rwatson)
* Make dynamic PAM modules depend on dynamic PAM library.ru2002-11-141-2/+13
| | | | Requested by: des, markm
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-131-3/+5
|
* Hook the aic7xxx modules up. This requires some extra care since aicasmscottl2002-11-031-3/+16
| | | | | | | | is a compiler tool and needs to be compiled by the host compiler. I've tested this in i386->sparc cross-build, 4.7->current upgrade, normal buildkernel target, and normal /sys/i386/compile/GENERIC configurations. Submitted by: ru
* Emptify.ru2002-10-281-1/+1
|
* DISTDIR is used by 'make release', lets see if this is enough to turnpeter2002-10-271-1/+1
| | | | off the execution test.
* Provide a bit of anti-foot-shooting protection. Make sure that in thepeter2002-10-251-0/+7
| | | | | | | non-cross cases without DESTDIR, that the bin/sh that we're about to install works. Otherwise, a 'make installworld' without having already rebooted with a post-signal-fix kernel is a rather big disaster when important things like /bin/sh coredump.
* _games is gone in rev. 1.305.ru2002-10-221-1/+1
|
* Do not build the majority of the games. Remaining are themarkm2002-10-201-4/+0
| | | | "utility-like" games and everyone's favourite, fortune(6).
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-8/+5
| | | | | | | | | | | | | | | 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
* Similar to bsd.subdir.mk, echo the name of the dir beforejohan2002-08-231-4/+8
| | | | | | | | | doing the cd. This is done for bootstrap-tools, build-tools, cross-tools, and the libraries loop. Reviewed by: ru Approved by: sheldonh (mentor) MFC after: 1 week
* The intent in rev. 1.299 was to make the CPUTYPE assignment type checkru2002-08-081-2/+7
| | | | | | | bother "only those who attempts to set it to a different value". This got broken in rev. 1.300 (that fixed another race). Reported by: ache
* Makefile.inc1 may eventually be merged with Makefile, so fix anru2002-08-071-1/+1
| | | | | | | | endless recursion bug similar to the one that has been fixed in release/Makefile,v 1.698, in advance. A related fix to make(1) has been committed in make/main.c,v 1.68. Requested by: bde (who has them merged already)
* An empty CPUTYPE now means ``the default CPUTYPE'' in bsd.cpu.mk.ru2002-08-051-2/+3
| | | | | | | | | | | If there was no CPUTYPE assignment in /etc/make.conf, this would cause the ``CPUTYPE assignment type'' check to falsely fail. Reported by: johan Fixed this by making sure we always pass the non-empty CPUTYPE. Also make sure we use the correct set of share/mk files in our test.
* TARGET_CPUTYPE should exist solely in Makefile.inc1, similar toru2002-08-021-2/+7
| | | | | | | | | | | | | | | | TARGET_ARCH and TARGET. This is problematic when one has the = (unconditional) type of assigment for CPUTYPE in /etc/make.conf. (This would override what was set on the command line to "make buildworld".) Add a (horrible) kludge to Makefile.inc1 to check the type of assignment for CPUTYPE (only for those who attempts to set it to a different value). Fix an example make.conf. Fix the kernel's build-tools target (aicasm only at the moment) to catch up with bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in Makefile.inc1's BMAKE). Reviewed by: jhb
* - Define NO_CPU_CFLAGS during BMAKE and TMAKE (and thus XMAKE) so thatjhb2002-07-311-2/+5
| | | | | | | | | | | bsd.cpu.mk doesn't have to worry about compilers other than the current version. - Allow TARGET_CPUTYPE to override CPUTYPE in bsd.cpu.mk. - Treat an empty CPUTYPE the same as an undefined CPUTYPE. - For buildworld, buildkernel, etc., define TARGET_CPUTYPE to CPUTYPE for native builds and define it to be empty for cross-builds. TARGET_CPUTYPE is only defined if it is not already defined via the commandline or environment.
* Inline ${_cxx_consumers}.ru2002-07-241-2/+1
|
* We're done with 1.287 and 1.288 now.peter2002-07-241-7/+0
| | | | Submitted by: ru
* 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.
OpenPOWER on IntegriCloud