newbsd: target which re-links a kernel. We cannot use the bsd: target
authorderaadt <deraadt@openbsd.org>
Tue, 13 Jun 2017 16:40:00 +0000 (16:40 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 13 Jun 2017 16:40:00 +0000 (16:40 +0000)
since it has source dependencies, and relinking doesn't have any.  Also
the bsd: target is created by config(8)...
worked on with rpe.

sys/arch/alpha/conf/Makefile.alpha
sys/arch/amd64/conf/Makefile.amd64
sys/arch/arm64/conf/Makefile.arm64
sys/arch/armv7/conf/Makefile.armv7
sys/arch/hppa/conf/Makefile.hppa
sys/arch/i386/conf/Makefile.i386
sys/arch/landisk/conf/Makefile.landisk
sys/arch/loongson/conf/Makefile.loongson
sys/arch/octeon/conf/Makefile.octeon
sys/arch/sgi/conf/Makefile.sgi
sys/arch/sparc64/conf/Makefile.sparc64

index deca2ef..6fbabd8 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.alpha,v 1.100 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.alpha,v 1.101 2017/06/13 16:40:00 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -93,6 +93,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index f91d588..22e4488 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.amd64,v 1.83 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.amd64,v 1.84 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -96,6 +96,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index f9fa368..01e94b7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.arm64,v 1.13 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.arm64,v 1.14 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -94,6 +94,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index de7f7c5..bd893b4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.armv7,v 1.25 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.armv7,v 1.26 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -86,6 +86,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index 4ce493d..fa768b4 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.hppa,v 1.94 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.hppa,v 1.95 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -101,6 +101,12 @@ LINKFLAGS+=        -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index 04c45e8..7ec7d6c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.i386,v 1.109 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.i386,v 1.110 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -97,6 +97,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index fa7f276..96bafd7 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.landisk,v 1.66 2017/06/13 15:37:30 deraadt Exp $
+#      $OpenBSD: Makefile.landisk,v 1.67 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -93,6 +93,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index fc93bd9..8c6a926 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.loongson,v 1.59 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.loongson,v 1.60 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -98,6 +98,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index 102664e..2961017 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.octeon,v 1.35 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.octeon,v 1.36 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -99,6 +99,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index 6bddf6e..99b3901 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.sgi,v 1.83 2017/06/11 22:51:21 deraadt Exp $
+#      $OpenBSD: Makefile.sgi,v 1.84 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -98,6 +98,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current
index 935fe57..f24028f 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.sparc64,v 1.86 2017/06/13 00:16:09 deraadt Exp $
+#      $OpenBSD: Makefile.sparc64,v 1.87 2017/06/13 16:40:01 deraadt Exp $
 
 # For instructions on building kernels consult the config(8) and options(4)
 # manual pages.
@@ -91,6 +91,12 @@ LINKFLAGS+=  -S
 
 %LOAD
 
+newbsd:
+       ${SYSTEM_LD_HEAD}
+       ${SYSTEM_LD} swapgeneric.o
+       ${SYSTEM_LD_TAIL}
+       mv -f newbsd bsd
+
 # cc's -MD puts the source and output paths in the dependency file;
 # since those are temp files here we need to fix it up.  It also
 # puts the file in /tmp, so we use -MF to put it in the current