aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/opt-debug-graph3.exp
blob: f2966442eb26de68924fff05e5eeb39e7a5a2089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
: 'Making made-target.'
false
*** Error code 1 (continuing)
false
*** Error code 1 (continuing)
`all' not remade because of errors.
#*** Input graph:
# made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
#
# *** MAIN TARGET ***
# No unmade children
# last modified <timestamp>: made
# parents: all
made-target     :
	(null)


# error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
#
# No unmade children
# nonexistent (maybe): error when made
# parents: all
error-target    :
	(null)


# aborted-target, aborted, type OP_DEPENDS|OP_PHONY|OP_DEPS_FOUND|OP_MARK, flags none
# aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|DONE_ALLSRC
#
# No unmade children
# nonexistent (maybe): error when made
# parents: aborted-target
aborted-target-dependency:
	(null)


# all, aborted, type OP_DEPENDS|OP_DEPS_FOUND, flags CHILDMADE|FORCE
#
# 3 unmade children
# nonexistent (maybe): aborted
all             : made-target error-target aborted-target


# .END, unmade, type OP_SPECIAL, flags none


#
#   Files that are only sources:
#	.END [.END]
#*** Global Variables:
.ALLTARGETS      =  made-target error-target aborted-target aborted-target-dependency all .END
.CURDIR          = <curdir>
.INCLUDES        = 
.LIBS            = 
.MAKE            = <details omitted>
.MAKE.DEPENDFILE = <details omitted>
.MAKE.GID        = <details omitted>
.MAKE.LEVEL      = <details omitted>
.MAKE.MAKEFILES  = <details omitted>
.MAKE.MAKEFILE_PREFERENCE = <details omitted>
.MAKE.OS         = <details omitted>
.MAKE.PID        = <details omitted>
.MAKE.PPID       = <details omitted>
.MAKE.UID        = <details omitted>
.MAKEFLAGS       =  -r -k -d g3
.MAKEOVERRIDES   = 
.OBJDIR          = <curdir>
.PATH            = . <curdir>
.TARGETS         =  all
.newline         = 

MACHINE          = <details omitted>
MACHINE_ARCH     = <details omitted>
MAKE             = <details omitted>
MFLAGS           =   -r -k -d g3
#*** Command-line Variables:
.MAKE.LEVEL.ENV  = MAKELEVEL
.SHELL           = <details omitted>

#*** Directory Cache:
# Stats: 0 hits 4 misses 0 near misses 0 losers (0%)
#  refs  hits  directory
#     1     0  <curdir>
#     1     0  .

#*** Suffixes:
#*** Transformations:

Stop.
make: stopped in unit-tests
exit status 1