pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-03
2002-08-03 03:28:46 by Martin Nilsson <mani@lysator.liu.se>
66f72f13cc558cfb82e0fced3b9fc24b3542773e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Use the right Pike when building lib testsuits.
Rev: src/Makefile.in:1.318
1:
#
-
# $Id: Makefile.in,v 1.
317
2002/08/
02
20
:
25
:
38
nilsson Exp $
+
# $Id: Makefile.in,v 1.
318
2002/08/
03
03
:
28
:
46
nilsson Exp $
# # This line is needed on some machines.
476:
module_testsuites: ( cd modules && $(MAKE) $(MAKE_FLAGS) testsuites ) ( cd post_modules && $(MAKE) $(MAKE_FLAGS) testsuites )
-
(
pike
$(LIBDIR_SRC)/mklibtests.pike --srcdir=$(LIBDIR_SRC) \
+
(
$(RUNPIKE)
$(LIBDIR_SRC)/mklibtests.pike --srcdir=$(LIBDIR_SRC) \
--destdir=$(TMP_BUILDDIR)/tlib --bindir=$(TMP_BINDIR) ) just_verify: module_testsuites testsuite master-stamp