summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-04-05minor cranking of libraries exposes a problem, details too long to explain.deraadt1-1/+3
2019-12-21a few depend:-related thingies that were still in.espie1-2/+2
2017-07-05bye bye dependsespie1-4/+4
2017-04-14mark newish phony targets as phony.espie1-2/+2
2017-01-29Ensure the build user can write to the GLOBAL_AUTOCONF_CACHE file byrpe1-2/+3
2016-11-19Enable builds with a dedicated user that cannot elevate privileges or writetb1-1/+4
2016-10-18Swap 'make cleandir' and 'make includes' for real.tb1-2/+2
2016-10-06Print the root check error message to stderr. While there add the namenatano1-2/+2
2016-10-06Simplify the 'make includes' step in 'make build': move the privdroptb1-6/+6
2016-10-05De-escalate to an unprivileged users during 'make build' and 'make release'.natano1-5/+14
2016-10-04stop supporting SUDO builds. Something better is coming, so let'sderaadt1-9/+9
2015-08-23must make obj in etc as well; the etc.*/Makefile stubs depend upon it.deraadt1-2/+2
2015-06-02missing " spotted by Kyle Milzderaadt1-2/+2
2014-08-26Create etc set during 'make build' and embed it in base set to makerpe1-1/+2
2014-07-09do locatedb as part of the build processespie1-1/+2
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-9/+1
2013-07-23enter keberosV/doc to resurrect heimdal.info for real this timetodd1-1/+2
2013-06-17switch to new kerberosV directory layoutrobert1-2/+5
2012-08-29remove ancient cruft.espie1-3/+1
2011-09-17Document proper cross-tools command to run, specially when working on apirofti1-3/+4
2011-04-24Head off attempts to do 'make build' with DESTDIR set, as it doesn't workguenther1-1/+7
2010-03-23install mtree alwaysespie1-1/+2
2005-12-02do not enter lkmderaadt1-2/+2
2005-09-16use shell-neutral language (in a comment);jmc1-2/+3
2005-01-09move cross-stuff into its own file.espie1-282/+12
2005-01-09Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to noespie1-1/+3
2005-01-09i386 is gcc3 for cross too.espie1-1/+2
2004-12-25We don't need cross-{nm,size} anymore, our host tools are good enough.grange1-10/+1
2004-11-30need to pass MAKEOBJDIR to prereq and includesmickey1-1/+3
2004-10-26match cross-binutils-new selection w/ bsd.own.mk and add hppa64 where neededmickey1-8/+7
2004-10-21Move the cross glue from the root makefile to the toolchain's,grange1-8/+38
2004-10-16cross-nm doesn't need TARGET_MACHINE_ARCH anymore.grange1-3/+2
2004-08-06fix/add sgipefo1-2/+2
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untildrahn1-4/+3
2004-04-21Add luna88k related directories and information to the build infrastructure.miod1-2/+2
2004-03-31repair cross-toolsmickey1-12/+10
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt1-4/+2
2004-02-01- remove sun3brad1-7/+8
2004-01-28amd64 hook upsmickey1-3/+5
2004-01-14add pegasos as a powerpc system for cross-compile targetbrad1-2/+2
2004-01-05abcomodate cross for the new nm+sizemickey1-11/+4
2003-12-14Don't go into kerberosV/lib explicitely for now. Nothing to do there.matthieu1-12/+1
2003-10-05need to escape the quotes in cross-{lib,bin}mickey1-3/+3
2003-10-05need to eval the CROSSENVmickey1-5/+5
2003-05-17Don't build libperl separately in the libs pass, just build it whenmillert1-5/+1
2003-05-14Remove krb4 support.mho1-16/+1
2003-04-17Add i386 to list of archs which use binutils.drahn1-4/+4
2003-01-05enquote flags and opts in cross-env; reported by david krausemickey1-7/+7
2002-09-17Prevent the a.out cross-ld from building rtld too early in the build.miod1-3/+4
2002-08-16- add cross-distrib target to cross-compile the world (except gnu)wcobb1-121/+138