Deleted Added
full compact
Makefile.in (241146) Makefile.in (243115)
1# $Id: Makefile.in,v 1.38 2012/06/19 23:38:48 sjg Exp $
1# $Id: Makefile.in,v 1.39 2012/11/09 19:16:10 sjg Exp $
2#
2#
3# $NetBSD: Makefile,v 1.34 2012/06/19 23:25:53 sjg Exp $
3# $NetBSD: Makefile,v 1.35 2012/11/09 19:08:28 sjg Exp $
4#
5# Unit tests for make(1)
6# The main targets are:
7#
8# all: run all the tests
9# test: run 'all', capture output and compare to expected results
10# accept: move generated output to expected results
11#

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

35 hash \
36 misc \
37 moderrs \
38 modmatch \
39 modmisc \
40 modorder \
41 modts \
42 modword \
4#
5# Unit tests for make(1)
6# The main targets are:
7#
8# all: run all the tests
9# test: run 'all', capture output and compare to expected results
10# accept: move generated output to expected results
11#

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

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

--- 34 unchanged lines hidden ---
57
58# the tests are actually done with sub-makes.
59.PHONY: ${SUBFILES}
60.PRECIOUS: ${SUBFILES}
61${SUBFILES}:
62 -@${.MAKE} ${flags.$@:U-k} -f ${UNIT_TESTS}/$@
63
64clean:

--- 34 unchanged lines hidden ---