summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Expand)Author
2018-12-30Define SOLIB when assembling for a shared-object libraryPhilip Guenther
2018-12-03If a regress uses REGRESS_SKIP_TARGETS to skip part of its tests,Alexander Bluhm
2018-11-11Build clang on mips64.Visa Hankala
2018-11-08Do not pass -fno-pie to the compiler on mips64. It has no effectVisa Hankala
2018-10-22Switch amd64 to use lld as the default linker.Christian Weisgerber
2018-10-18Ensure that the install media are built with a consistent set ofChristian Weisgerber
2018-10-05Add regress variable to run setup once for all tests.Alexander Bluhm
2018-09-26Add variables for setup and cleanup of regression tests.Alexander Bluhm
2018-08-10crank to 6.4-betaTheo de Raadt
2018-07-26Add infrastructure to install lld as the default linker. The old GNU linkerMark Kettenis
2018-06-06Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer
2018-02-28move to 6.3-betaTheo de Raadt
2018-01-19Build clang on sparc64.Mark Kettenis
2018-01-19Switch the default compiler on armv7 to clang.Mark Kettenis
2018-01-15We have no deprecated regress variables in our tree. Remove theAlexander Bluhm
2017-11-14Set soname when building shared libraries.Mark Kettenis
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-10-26Build clang on armv7.Mark Kettenis
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-08-20crank to 6.2-betaTheo de Raadt
2017-08-12Let DFLAGS been added to by the per-directory MakefilePhilip Guenther
2017-08-09switch the order of substitutions for syspatch object file order to avoidRobert Nagy
2017-07-26switch the default compiler on amd64 and i386 to clang,Robert Nagy
2017-07-25convert one more -Os -> -OzTheo de Raadt
2017-07-25change -Os to -Oz all around the treeRobert Nagy
2017-07-21document that usage of .PHONY, since it's not exactly obvious.Marc Espie
2017-07-21Garbage collect unused manual page .SUFFIXES, left overIngo Schwarze
2017-07-19Avoid the historical term "loader", consistently talk about the "linker".Ingo Schwarze
2017-07-191. The cleandir target no longer deletes manual pages, that's aIngo Schwarze
2017-07-13add sys.mk to the table of contents, and make the description ofIngo Schwarze
2017-07-11explain the limitations of PROGS; joint work with espie@Ingo Schwarze
2017-07-11Move the section about <bsd.sys.mk> up just below <sys.mk> which it isIngo Schwarze
2017-07-11use the previous syspatch's fake root for getting the link orderRobert Nagy
2017-07-10two minor tweaks and two minor fixes; OK espie@Ingo Schwarze
2017-07-10re-add unintentionally removed cleandir part that rm tags from the .CURDIRMarc Espie
2017-07-10Thinko. It's called BUILDAFTERMarc Espie
2017-07-09document PROGS, okay jmc@Marc Espie
2017-07-09document more reality.Marc Espie
2017-07-09add support to compile several progs at once usMarc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-07COMPILE.c already does -c, so no need to double it.Marc Espie
2017-07-07unbreakMarc Espie
2017-07-05make use of (f)lex -o option to create unique temporary files, so thatMarc Espie
2017-07-05based on florian@'s observation and guenther@'s work in kernel makefiles.Marc Espie
2017-07-05document that we're no longer using 'make depend'Marc Espie
2017-07-04let BUILDFIRST just build first, using the same trick guenther@ did inMarc Espie
2017-07-03re-add dependencies from SRCS to corresponding OBJS.Marc Espie
2017-07-03explicitly pass -MD -MP in DFLAGS, so that even if CFLAGS are forcedMarc Espie
2017-07-02somehow, I did NOT commit the patch I sent to tb@. Matthieu noticed it.Marc Espie
2017-07-02document new depends somewhat.Marc Espie