summaryrefslogtreecommitdiffstats
path: root/distrib/syspatch/bsd.syspatch.mk
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Adjust the sanity check for patch file names to allow a hyphen.tb1-2/+2
2019-05-12exit early if the errata name is invalid to avoid building a syspatchrobert1-1/+5
2018-11-18MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.ajacoutot1-5/+5
2018-10-27SUBDIR is a remnant of the past.ajacoutot1-2/+1
2018-10-08Split the ${ERRATA}/${ERRATA}.patch target up into two: one fortb1-8/+9
2018-06-25white spacesderaadt1-2/+2
2018-03-19use the correct relink directory pathrobert1-3/+3
2017-10-17remove the remaining references to .depend files since nothing creates themnaddy1-2/+2
2017-08-23Install the patched kernel on the build machine just like we do forajacoutot1-1/+5
2017-08-21No need to explicitely add patch.sig to the plist, diff.sh will now pick itajacoutot1-4/+1
2017-08-21Kernel syspatches will now only contain the differing object files.ajacoutot1-9/+11
2017-07-11use the previous syspatch's fake root for getting the link orderrobert1-12/+13
2017-07-10Set XSRCDIR to /usr/xenocara if it's not defined. Matches whatajacoutot1-1/+2
2017-06-20Set SRCDIR according to build type and s/X11SRC/XSRCDIRajacoutot1-4/+3
2017-06-06Don't patch(1) as the 'build' user; it has no right over the src tree.ajacoutot1-2/+2
2017-06-05a kernel errata requires a full build as well in case some headersrobert1-6/+10
2017-06-05set BUILDUSER to build by default, this can be overwritten from the environmentrobert1-1/+4
2017-06-05do not add ./ to the path of the files in the tarballrobert1-2/+2
2017-04-22rework the syspatch makefile and do complete builds for each erratarobert1-36/+38
2017-01-17rework some of the variables for better directory name handling androbert1-53/+40
2016-11-09oops, OSREV -> OSrev.ajacoutot1-2/+2
2016-11-09Use https to get the patches.ajacoutot1-3/+3
2016-11-03switch to using BUILDUSER and add more error checkingrobert1-33/+61
2016-09-05use OSREV and OSrev instead of setting them in the makefilerobert1-17/+9
2016-09-04allow everything to run as unprivileged user except for fakerobert1-23/+45
2016-09-03add infrastructure to build syspatches (binary updates to stable)robert1-0/+164