-# $OpenBSD: Makefile,v 1.21 2014/11/24 01:12:14 schwarze Exp $
+# $OpenBSD: Makefile,v 1.22 2017/07/07 23:55:21 bluhm Exp $
#
-# To run full regression tests you just need two steps:
-# 1. make depend
-# 2. make regress
+# To run full regression tests you just need one step:
+# make regress
#
# A normal "make" is not necessary and will simply do the same thing
# as "regress" (possibly with more bugs). This allows us to include
-/* $OpenBSD: test_gets.c,v 1.4 2017/07/05 15:31:45 bluhm Exp $ */
+/* $OpenBSD: test_gets.c,v 1.5 2017/07/07 23:55:21 bluhm Exp $ */
/*
* Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
*
* Rather than linking in all the various libedit modules,
* provide dummies for those functions called in chared.c.
* Most aren't actually called in c_gets().
- * Requires "make obj && make depend" in src/lib/libedit.
*/
#define EL EditLine *el __attribute__((__unused__))
-/* $OpenBSD: test_get.c,v 1.4 2017/07/05 15:31:45 bluhm Exp $ */
+/* $OpenBSD: test_get.c,v 1.5 2017/07/07 23:55:21 bluhm Exp $ */
/*
* Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
*
* Rather than linking in all the various libedit modules,
* provide dummies for those functions called in keymacro.c.
* Most aren't actually called in keymacro_get().
- * Requires "make obj && make depend" in src/lib/libedit.
*/
#define EL EditLine *el __attribute__((__unused__))
-# $OpenBSD: Makefile,v 1.47 2016/05/10 03:59:55 guenther Exp $
+# $OpenBSD: Makefile,v 1.48 2017/07/07 23:55:21 bluhm Exp $
# disabled because it requires a buggy behavior that uthread had:
# dup2_race
.PHONY: testall
testall:
rm -f /tmp/thread-{shared,static,debug}
- make cleandir && make obj && make depend && \
+ make cleandir && make obj && \
REGRESS_LOG=/tmp/thread-shared make
(export LDFLAGS="-static ${NOPIE_LDFLAGS}"; make clean && \
REGRESS_LOG=/tmp/thread-static make)
-# $OpenBSD: Makefile,v 1.224 2016/09/30 14:27:52 otto Exp $
+# $OpenBSD: Makefile,v 1.225 2017/07/07 23:55:21 bluhm Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check whether the output matches pfNN.ok
.MAIN: all
-.ifmake !obj && !clean && !cleandir && !depend && !regress
+.ifmake !obj && !clean && !cleandir && !regress
.if (${.TARGET} != all && ! make(all)) || (${.TARGET} == all)
.BEGIN:
-${SUDO} ifconfig lo1000000 create
-# $OpenBSD: Makefile,v 1.15 2017/05/30 11:57:59 bluhm Exp $
+# $OpenBSD: Makefile,v 1.16 2017/07/07 23:55:21 bluhm Exp $
RDOMAIN?= 5
.MAIN: all
-.ifmake !obj && !clean && !cleandir && !depend && !regress
+.ifmake !obj && !clean && !cleandir && !regress
.if (${.TARGET} != all && ! make(all)) || (${.TARGET} == all)
.SILENT: .BEGIN .END
-# $OpenBSD: Makefile,v 1.31 2016/09/30 22:11:37 bluhm Exp $
+# $OpenBSD: Makefile,v 1.32 2017/07/07 23:55:21 bluhm Exp $
# Regression tests by Niall O'Higgins <niallo@openbsd.org> and
# Tobias Stoeckmann <tobias@openbsd.org>.
# opencvs is not linked to the build, so make it on demand as a workaround
${OPENCVS}:
cd ${BSDSRCDIR}/usr.bin/cvs && ${MAKE} obj
- cd ${BSDSRCDIR}/usr.bin/cvs && ${MAKE} depend
cd ${BSDSRCDIR}/usr.bin/cvs && ${MAKE} all
.include <bsd.regress.mk>
-.\" $OpenBSD: mlinks.1,v 1.3 2016/11/05 16:06:12 bcook Exp $
+.\" $OpenBSD: mlinks.1,v 1.4 2017/07/07 23:55:21 bluhm Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 5 2016 $
+.Dd $Mdocdate: July 7 2017 $
.Dt MLINKS 1
.Os
.Sh NAME
.Bd -literal -offset indent
cd /usr/src/usr.bin/mandoc/
make obj
-make depend
make
cd /usr/src/regress/usr.bin/mandoc/db/mlinks/
make obj
-# $OpenBSD: Makefile,v 1.2 2016/03/24 15:15:41 mpi Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/07 23:55:21 bluhm Exp $
RDOMAIN?= 5
VETHER_MAC= fe:e1:ba:d2:a3:18
.MAIN: all
-.ifmake !obj && !clean && !cleandir && !depend && !regress
+.ifmake !obj && !clean && !cleandir && !regress
.if (${.TARGET} != all && ! make(all)) || (${.TARGET} == all)
.SILENT: .BEGIN .END .INTERRUPT