pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-08
2000-10-08 19:03:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
49b597a8496265f7337e73756112de67a0f95578 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Made the tinstall target somewhat less paranoid.
Rev: src/Makefile.in:1.209
1:
#
-
# $Id: Makefile.in,v 1.
208
2000/
09
/
04
22
:
27
:
45
mast
Exp $
+
# $Id: Makefile.in,v 1.
209
2000/
10
/
08
19
:
03
:
21
grubba
Exp $
# # This line is needed on some machines.
401:
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args tinstall: aclocal master.pike aclocal
-
rm -rf test-install
+
-
rm -rf test-install
$(RUNPIKE) $(TMP_BINDIR)/install.pike $(INSTALLARGS) pike_name="test-pike" lib_prefix="$(lib_prefix)" TMP_LIBDIR="$(TMP_LIBDIR)" LIBDIR_SRC="$(LIBDIR_SRC)" SRCDIR="$(SRCDIR)" prefix="./test-install" MANDIR_SRC="$(MANDIR_SRC)" man_prefix="$(man_prefix)" fakeroot="$(buildroot)"