diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-10-27 16:49:17 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2018-10-27 16:49:17 +0000 |
commit | a2ae8076aa0112897889c5d96b89fd101950c535 (patch) | |
tree | 4bfef8b7d2ddd487bac98843c2bf8280cac4ad13 | |
parent | 07b79215f06af0b78ac5e5762e476aa7fa21caac (diff) |
SUBDIR is a remnant of the past.
ok robert@
-rw-r--r-- | distrib/syspatch/Makefile.000 | 8 | ||||
-rw-r--r-- | distrib/syspatch/bsd.syspatch.mk | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/distrib/syspatch/Makefile.000 b/distrib/syspatch/Makefile.000 index 8b6dce43e27..4ac73336294 100644 --- a/distrib/syspatch/Makefile.000 +++ b/distrib/syspatch/Makefile.000 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.000,v 1.2 2017/08/20 13:36:30 ajacoutot Exp $ +# $OpenBSD: Makefile.000,v 1.3 2018/10/27 16:49:16 ajacoutot Exp $ # Set ERRATA to match the errata on the mirrors ERRATA = 000_dummy @@ -9,12 +9,6 @@ ERRATA = 000_dummy # xenocara - run make targets in the specified subdir(s) for xenocara # BUILD = ??? (defaults to src) -# Set SUBDIR to the directory where the patch gets applied and needs -# to be built. Multiple directories can be defined in case a library -# errata requires us to rebuild statically linked binaries. -# SUBDIR = ??? (defaults to empty) -# SUBDIR+= ??? -# # A helper target called `findstatic' is available so that a list of # directories can be created. `make -f Makefile.000 LIB=util findstatic' # will give a list of directories that have to be added to SUBDIR because diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index 1d43892c462..aabf431026c 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.22 2018/10/08 20:38:32 tb Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.23 2018/10/27 16:49:16 ajacoutot Exp $ # # Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org> # @@ -50,7 +50,6 @@ PATCH_ARGS= -d ${SRCDIR} -z .orig --forward --quiet -E ${PATCH_STRIP} SYSPATCH_DIR= ${FAKE}/var/syspatch/${SYSPATCH_SHRT} FAKE= ${FAKEROOT}/syspatch/${SYSPATCH_SHRT} KERNEL= $$(sysctl -n kern.osversion | cut -d '\#' -f 1) -SUBDIR?= _PATCH_COOKIE= ${ERRATA}/.patch_done _BUILD_COOKIE= ${ERRATA}/.build_done |