summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2019-12-21 21:40:02 +0000
committerMarc Espie <espie@cvs.openbsd.org>2019-12-21 21:40:02 +0000
commit2e505302fed71ccbc606e78804729f6b344ed695 (patch)
treeef018cd1a79bdd3dc83e31e78b66024bf73f2cba /gnu
parenteff9f5fbd1f620a72344d69193c82cc393dd5285 (diff)
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile.bsd-wrapper5
-rw-r--r--gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper5
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper5
-rw-r--r--gnu/usr.bin/cc/doc/Makefile5
-rw-r--r--gnu/usr.bin/cc/include/Makefile5
-rw-r--r--gnu/usr.bin/cc/libgcov/Makefile3
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper5
-rw-r--r--gnu/usr.bin/texinfo/Makefile.bsd-wrapper5
8 files changed, 8 insertions, 30 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper
index 53e41ea2b35..95017ddc178 100644
--- a/gnu/lib/libstdc++/Makefile.bsd-wrapper
+++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2019/12/21 21:40:00 espie Exp $
.include "${.CURDIR}/shlib_version"
SHLIB_MAJOR=${major}
@@ -61,9 +61,6 @@ config.status:
#CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}/libstdc++/libmath
#SRCS=libmath/stubs.c libmath/nan.c libmath/signbit.c libmath/signbitf.c
-depend:
- # Nothing here so far...
-
tags:
# Nothing here so far...
diff --git a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper
index b65fbd12f2e..66ebf46803b 100644
--- a/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2019/05/17 14:47:03 schwarze Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -138,9 +138,6 @@ clean cleandir:
c++filt.1: binutils/doc/cxxfilt.man
sed -e 's,@PROGRAM@,c++filt,' <${.CURDIR}/binutils/doc/cxxfilt.man >$@
-depend:
- # Nothing here so far...
-
tags:
# Nothing here so far...
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index e0ce21c2c68..a78e1ae914a 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.88 2019/02/24 12:57:13 kn Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.89 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -94,9 +94,6 @@ clean cleandir:
c++filt.1: binutils/cxxfilt.man
sed -e 's,@PROGRAM@,c++filt,' <${.CURDIR}/binutils/cxxfilt.man >$@
-depend:
- # Nothing here so far...
-
tags:
# Nothing here so far...
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile
index 22cc323f9fe..cf52a5f87b6 100644
--- a/gnu/usr.bin/cc/doc/Makefile
+++ b/gnu/usr.bin/cc/doc/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/usr.bin/cc/doc/Makefile,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile,v 1.2 2016/11/08 17:39:12 tb Exp $
+# $OpenBSD: Makefile,v 1.3 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -62,9 +62,6 @@ all: ${INFOF}
clean: _SUBDIRUSE
rm -f ${CLEANFILES}
-depend:
- # Nothing here so far...
-
install: ${INFOF}
.for x in ${INFOS}
install-info --quiet --section=${INFOSECTION} --entry=${INFOENTRY_${x}} \
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile
index 47f61f244c5..20186b7a040 100644
--- a/gnu/usr.bin/cc/include/Makefile
+++ b/gnu/usr.bin/cc/include/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile,v 1.13 2016/11/08 17:39:12 tb Exp $
+# $OpenBSD: Makefile,v 1.14 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -41,9 +41,6 @@ clean: _SUBDIRUSE
cleandir: _SUBDIRUSE clean
-depend:
- # Nothing here so far...
-
.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
prereq: mm_malloc.h unwind.h
.else
diff --git a/gnu/usr.bin/cc/libgcov/Makefile b/gnu/usr.bin/cc/libgcov/Makefile
index d6b155db871..b1d4f7e8d53 100644
--- a/gnu/usr.bin/cc/libgcov/Makefile
+++ b/gnu/usr.bin/cc/libgcov/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/lib/libgcov/Makefile,v 1.6 2009/06/21 01:54:47 kan Exp $
-# $OpenBSD: Makefile,v 1.3 2017/06/16 10:25:54 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -70,7 +70,6 @@ ${COMMONHDRS}: ${.CURDIR}/../cc_tools/Makefile
CLEANFILES += ${COMMONHDRS}
CLEANFILES += cs-*.h option*
-${OBJS} beforedepend: ${COMMONHDRS}
BUILDFIRST = ${COMMONHDRS}
BUILDAFTER += ${OBJS_T} ${OBJS_P} ${OBJS_S}
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index b8add810d15..ee2e7720468 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.58 2018/09/14 13:37:52 naddy Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.59 2019/12/21 21:40:00 espie Exp $
.include <bsd.own.mk>
@@ -66,9 +66,6 @@ clean cleandir:
-@if [ -e Makefile ]; then ${MAKE} distclean; fi
rm -f ${CLEANFILES}
-depend:
- # Nothing here so far...
-
tags:
# Nothing here so far...
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index aebfc0c498f..11158c4b0d0 100644
--- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2017/06/12 18:49:34 espie Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.47 2019/12/21 21:40:00 espie Exp $
INFODIR= infodir=/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
@@ -67,9 +67,6 @@ clean cleandir:
if [ -e ${.OBJDIR}/Makefile ]; then \
$(FSFMAKE) distclean; fi
-depend:
- # Nothing here so far...
-
tags:
# Nothing here so far...