summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor cranking of libraries exposes a problem, details too long to explain.deraadt2020-04-051-1/+3
| | | | | | Run ldconfig -R after installing base libraries, and once again after installing gnu libraries. ok kettenis
* a few depend:-related thingies that were still in.espie2019-12-211-2/+2
| | | | okay millert@, tb@
* bye bye dependsespie2017-07-051-4/+4
| | | | okay tb@ deraadt@
* mark newish phony targets as phony.espie2017-04-141-2/+2
| | | | okay tb@
* Ensure the build user can write to the GLOBAL_AUTOCONF_CACHE file byrpe2017-01-291-2/+3
| | | | | | creating or truncating it with the proper ownership and permissions. OK tb@
* Enable builds with a dedicated user that cannot elevate privileges or writetb2016-11-191-1/+4
| | | | | | | | | | | | | to /usr/src or /usr/xenocara. Change /usr/{,x}obj to owner build:wobj with mode 770 and install the systemwide makefiles before starting a build. The root of the noperm fs containing DESTDIR should also be owned by build:wobj. Developers will need to add their users to group wobj to be able to write to /usr/{,x}obj/. "push forward" deraadt; testing, input & ok rpe
* Swap 'make cleandir' and 'make includes' for real.tb2016-10-181-2/+2
| | | | | | | | | | | | | | | | | | | Should have been part of commitid uHRFWpwUBjIz0UuR. Original message: Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS, and add prereq targets, so some header files are generated by BUILDUSER during 'make prereq' instead of by root during 'make includes'. Switch the order of 'make cleandir' and 'make includes' during 'make build' so we don't generate many files twice. Except for some machine@ symlinks from ${MACHINE}/stand, /usr/obj is now clean from files generated by root during 'make build'. Those will be cleaned up in a second step. help, testing & ok deraadt, input from natano, further testing rpe
* Print the root check error message to stderr. While there add the namenatano2016-10-061-2/+2
| | | | | | of the target to the message to be more descriptive. ok deraadt tb
* Simplify the 'make includes' step in 'make build': move the privdroptb2016-10-061-6/+6
| | | | | | | bit up into 'make includes', so the latter benefits from that idiom as well. Sprinkle a few 'exec' while there. ok natano
* De-escalate to an unprivileged users during 'make build' and 'make release'.natano2016-10-051-5/+14
| | | | | | | | | | | | | | | | | | | - If you start make build as root, everything will be run as root. Nothing new here. New is, that you can set BUILDUSER=somebody and the unprived parts will be run as somebody. - If you start make build with sudo, the unprived parts will be run as the real user (meaning YOU). You can still set BUILDUSER=somebody and the uprived parts will run as somebody. - If you start make build as a normal user it will error out. "I'm sorry Dave." Note that DESTDIR must be on partition with the noperm flag set for make release to work correctly as an unprivileged user. idea and ok deraadt input and ok tb ratchov millert rpe, halex and probably others where part of the conversation to make this happen, thanks!
* stop supporting SUDO builds. Something better is coming, so let'sderaadt2016-10-041-9/+9
| | | | | align everyone who is using SUDO builds towards the new strategy. ok natano
* must make obj in etc as well; the etc.*/Makefile stubs depend upon it.deraadt2015-08-231-2/+2
|
* missing " spotted by Kyle Milzderaadt2015-06-021-2/+2
|
* Create etc set during 'make build' and embed it in base set to makerpe2014-08-261-1/+2
| | | | | | | | it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@
* do locatedb as part of the build processespie2014-07-091-1/+2
| | | | "works for me" deraadt@
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-9/+1
| | | | | | already manually disabled). ok deraadt@
* enter keberosV/doc to resurrect heimdal.info for real this timetodd2013-07-231-1/+2
| | | | ok deraadt@
* switch to new kerberosV directory layoutrobert2013-06-171-2/+5
|
* remove ancient cruft.espie2012-08-291-3/+1
| | | | okay deraadt@
* Document proper cross-tools command to run, specially when working on apirofti2011-09-171-3/+4
| | | | | | new port. Okay miod@
* Head off attempts to do 'make build' with DESTDIR set, as it doesn't workguenther2011-04-241-1/+7
| | | | ok sthen@, deraadt@
* install mtree alwaysespie2010-03-231-1/+2
| | | | okay deraadt@
* do not enter lkmderaadt2005-12-021-2/+2
|
* use shell-neutral language (in a comment);jmc2005-09-161-2/+3
| | | | | from ray lai; ok krw@
* move cross-stuff into its own file.espie2005-01-091-282/+12
| | | | okay mickey@, niklas@
* Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to noespie2005-01-091-1/+3
| | | | explicitly.
* i386 is gcc3 for cross too.espie2005-01-091-1/+2
|
* We don't need cross-{nm,size} anymore, our host tools are good enough.grange2004-12-251-10/+1
| | | | mickey ok a long time ago.
* need to pass MAKEOBJDIR to prereq and includesmickey2004-11-301-1/+3
|
* match cross-binutils-new selection w/ bsd.own.mk and add hppa64 where neededmickey2004-10-261-8/+7
|
* Move the cross glue from the root makefile to the toolchain's,grange2004-10-211-8/+38
| | | | | | allowing bulding cross-tools with new binutils and gcc3. ok drahn@ brad@ espie@
* cross-nm doesn't need TARGET_MACHINE_ARCH anymore.grange2004-10-161-3/+2
| | | | ok mickey@
* fix/add sgipefo2004-08-061-2/+2
|
* Remove OpenBSD/pegaos, this has been announced before but delayed untildrahn2004-05-031-4/+3
| | | | | the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
* Add luna88k related directories and information to the build infrastructure.miod2004-04-211-2/+2
| | | | ok deraadt@, millert@, krw@ - mdoc ok jmc@
* repair cross-toolsmickey2004-03-311-12/+10
|
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-271-4/+2
| | | | | | reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
* - remove sun3brad2004-02-011-7/+8
| | | | | | | - use "new" ld/gas/etc. for pegasos with cross-compile - reorder arch/machine names in alpha order ok drahn@
* amd64 hook upsmickey2004-01-281-3/+5
|
* add pegasos as a powerpc system for cross-compile targetbrad2004-01-141-2/+2
| | | | ok drahn@
* abcomodate cross for the new nm+sizemickey2004-01-051-11/+4
|
* Don't go into kerberosV/lib explicitely for now. Nothing to do there.matthieu2003-12-141-12/+1
| | | | Ok deraadt@, miod@.
* need to escape the quotes in cross-{lib,bin}mickey2003-10-051-3/+3
|
* need to eval the CROSSENVmickey2003-10-051-5/+5
|
* Don't build libperl separately in the libs pass, just build it whenmillert2003-05-171-5/+1
| | | | | | | we build perl itself. We need perl to run Configure *after* the other libraries are installed, since Configure looks at what symbols exist in libc and the other libs. If anfd when other things in the tree link against libperl we may need to revisit this issue.
* Remove krb4 support.mho2003-05-141-16/+1
|
* Add i386 to list of archs which use binutils.drahn2003-04-171-4/+4
|
* enquote flags and opts in cross-env; reported by david krausemickey2003-01-051-7/+7
|
* Prevent the a.out cross-ld from building rtld too early in the build.miod2002-09-171-3/+4
|
* - add cross-distrib target to cross-compile the world (except gnu)wcobb2002-08-161-124/+141
| | | | | | | | | | - add cross-obj, cross-depend, cross-clean and cross-cleandir targets - add dependencies between the cross-tools targets - simplify cross-binutils - build a cross c++ compiler - use distribution-etc-root-var in etc for preparing ${CROSSDIR} ok art@, miod@