summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2019-01-14 16:27:20 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2019-01-14 16:27:20 +0000
commit25126ffffc80a57c008858924f0f4c74ba3549d9 (patch)
tree3e6d4f1fc5e3db213ffdcf5e87b716e1bd3858a9 /sys
parentcbcff7ab218f22c8b5d739a301fd08ae8e88171e (diff)
Remove obsolete symbols.sort target.
OK deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/loongson/conf/Makefile.loongson6
-rw-r--r--sys/arch/octeon/conf/Makefile.octeon6
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi6
3 files changed, 3 insertions, 15 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson
index 449c099c0b2..a51d7377736 100644
--- a/sys/arch/loongson/conf/Makefile.loongson
+++ b/sys/arch/loongson/conf/Makefile.loongson
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.loongson,v 1.72 2018/10/31 10:15:47 kettenis Exp $
+# $OpenBSD: Makefile.loongson,v 1.73 2019/01/14 16:27:19 visa Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -143,10 +143,6 @@ clean:
cleandir: clean
rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c
-symbols.sort: ${_machdir}/${_mach}/symbols.raw
- grep -v '^#' ${_machdir}/${_mach}/symbols.raw \
- | sed 's/^ //' | sort -u > symbols.sort
-
depend obj:
locore0.o: ${_machdir}/${_mach}/locore0.S assym.h
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon
index 73a548eab07..b0f6aee3e21 100644
--- a/sys/arch/octeon/conf/Makefile.octeon
+++ b/sys/arch/octeon/conf/Makefile.octeon
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.octeon,v 1.51 2018/10/31 10:15:47 kettenis Exp $
+# $OpenBSD: Makefile.octeon,v 1.52 2019/01/14 16:27:19 visa Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -143,10 +143,6 @@ clean:
cleandir: clean
rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c
-symbols.sort: ${_machdir}/${_mach}/symbols.raw
- grep -v '^#' ${_machdir}/${_mach}/symbols.raw \
- | sed 's/^ //' | sort -u > symbols.sort
-
depend obj:
locore0.o: ${_machdir}/${_mach}/locore0.S assym.h
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index a1d4ca7fac9..c91f9f5cad7 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.96 2018/10/31 10:15:47 kettenis Exp $
+# $OpenBSD: Makefile.sgi,v 1.97 2019/01/14 16:27:19 visa Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -143,10 +143,6 @@ clean:
cleandir: clean
rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c
-symbols.sort: ${_machdir}/${_mach}/symbols.raw
- grep -v '^#' ${_machdir}/${_mach}/symbols.raw \
- | sed 's/^ //' | sort -u > symbols.sort
-
depend obj:
locore0.o: ${_machdir}/${_mach}/locore0.S assym.h