pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-06-03
2003-06-03 01:07:11 by Martin Nilsson <mani@lysator.liu.se>
eda59cc9b7fe31ed941826d589689918edc72fd3 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Use -x dump instead of dumpmodule
Rev: src/Makefile.in:1.354
1:
#
-
# $Id: Makefile.in,v 1.
353
2003/06/
02
19
:
00
:
39
mast
Exp $
+
# $Id: Makefile.in,v 1.
354
2003/06/
03
01
:
07
:
11
nilsson
Exp $
# # This line is needed on some machines.
300:
( sed -e 's!pike!$(exec_prefix)/pike!' <$(TMP_BINDIR)/rsif \ >./rsif && chmod 755 ./rsif) || exit 1 ;
-
dump_modules: pike master-stamp
$(SRCDIR)/dumpmodule.pike
+
dump_modules: pike master-stamp
-rm dumpmodule.log args="$(DUMPARGS)"; \ args=$${args:-"--log-file --update-only=dumpversion --report-failed"}; \
-
$(RUNPIKE)
$(SRCDIR)/dumpmodule.pike
$$args \
+
$(RUNPIKE)
-x
dump
$$args \
--recursive --target-dir=lib "$(LIBDIR_SRC)/modules" force_dump_modules: