Deleted Added
full compact
Makefile (241279) Makefile (243115)
1# This is a generated file, do NOT edit!
2# See contrib/bmake/bsd.after-import.mk
3#
1# This is a generated file, do NOT edit!
2# See contrib/bmake/bsd.after-import.mk
3#
4# $FreeBSD: head/usr.bin/bmake/unit-tests/Makefile 241279 2012-10-06 19:19:21Z marcel $
4# $FreeBSD: head/usr.bin/bmake/unit-tests/Makefile 243115 2012-11-16 01:37:25Z sjg $
5
6SRCTOP?= ${.CURDIR:H:H:H}
7
5
6SRCTOP?= ${.CURDIR:H:H:H}
7
8# $Id: Makefile.in,v 1.38 2012/06/19 23:38:48 sjg Exp $
8# $Id: Makefile.in,v 1.39 2012/11/09 19:16:10 sjg Exp $
9#
9#
10# $NetBSD: Makefile,v 1.34 2012/06/19 23:25:53 sjg Exp $
10# $NetBSD: Makefile,v 1.35 2012/11/09 19:08:28 sjg Exp $
11#
12# Unit tests for make(1)
13# The main targets are:
14#
15# all: run all the tests
16# test: run 'all', capture output and compare to expected results
17# accept: move generated output to expected results
18#

--- 23 unchanged lines hidden (view full) ---

42 hash \
43 misc \
44 moderrs \
45 modmatch \
46 modmisc \
47 modorder \
48 modts \
49 modword \
11#
12# Unit tests for make(1)
13# The main targets are:
14#
15# all: run all the tests
16# test: run 'all', capture output and compare to expected results
17# accept: move generated output to expected results
18#

--- 23 unchanged lines hidden (view full) ---

42 hash \
43 misc \
44 moderrs \
45 modmatch \
46 modmisc \
47 modorder \
48 modts \
49 modword \
50 order \
50 phony-end \
51 posix \
52 qequals \
53 sysv \
54 ternary \
55 unexport \
56 unexport-env \
57 varcmd
58
59all: ${SUBFILES}
60
61flags.doterror=
51 phony-end \
52 posix \
53 qequals \
54 sysv \
55 ternary \
56 unexport \
57 unexport-env \
58 varcmd
59
60all: ${SUBFILES}
61
62flags.doterror=
63flags.order=-j1
62
63# the tests are actually done with sub-makes.
64.PHONY: ${SUBFILES}
65.PRECIOUS: ${SUBFILES}
66${SUBFILES}:
67 -@${.MAKE} ${flags.$@:U-k} -f ${UNIT_TESTS}/$@
68
69clean:

--- 34 unchanged lines hidden ---
64
65# the tests are actually done with sub-makes.
66.PHONY: ${SUBFILES}
67.PRECIOUS: ${SUBFILES}
68${SUBFILES}:
69 -@${.MAKE} ${flags.$@:U-k} -f ${UNIT_TESTS}/$@
70
71clean:

--- 34 unchanged lines hidden ---