Revision 627
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/input.Makefile | ||
---|---|---|
100 | 100 |
|
101 | 101 |
all += test/import.out |
102 | 102 |
|
103 |
test/import.out: $(vegbienMaps) _always |
|
104 |
env test=1 n=$(test_n) $(map) $(+_) >$@ 2>&1 || { e=$$?; cat $@; exit $$e;} |
|
105 |
.PRECIOUS: test/import.out |
|
106 |
|
|
103 | 107 |
%-ok: _always |
104 | 108 |
$(CP) $* $*.ref |
105 | 109 |
|
... | ... | |
131 | 135 |
|
132 | 136 |
#### |
133 | 137 |
|
134 |
test/import.out: $(vegbienMaps) _always |
|
135 |
env test=1 n=$(test_n) $(map) $(+_) >$@ 2>&1 || { e=$$?; cat $@; exit $$e;} |
|
136 |
.PRECIOUS: test/import.out |
|
137 |
|
|
138 |
#### |
|
139 |
|
|
140 | 138 |
# Each DB engine needs vars $(dbEngine), $(dbAsBien) and targets db, rm_db |
141 | 139 |
|
142 | 140 |
ifeq ($(dbEngineExt),my) |
Also available in: Unified diff
input.Makefile: Factored test/import.out out of DB section