pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-10-27
1999-10-27 13:51:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
94d396e0fa54511df75a415cf9e53f5ce1023fa6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/Makefile.in:1.160
1:
#
-
# $Id: Makefile.in,v 1.
159
1999/10/
21
20
:
36
:
39
grubba Exp $
+
# $Id: Makefile.in,v 1.
160
1999/10/
27
13
:
51
:
57
grubba Exp $
# # This line is needed on some machines.
312:
# verify / debug verbose verbose_verify: module_testsuites testsuite master.pike
-
d
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \
+
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike --verbose $$args # verify & debug VERBOSE