pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-31
2002-05-31 12:32:56 by Martin Stjernholm <mast@lysator.liu.se>
ceacfa04275ee2955423469076752fe8612c216f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed the dump_modules target to be both compatible and working.
Rev: src/Makefile.in:1.313
1:
#
-
# $Id: Makefile.in,v 1.
312
2002/05/
30
11
:
56
:
59
grubba
Exp $
+
# $Id: Makefile.in,v 1.
313
2002/05/
31
12
:
32:
56
mast
Exp $
# # This line is needed on some machines.
307:
dump_modules: pike master-stamp $(SRCDIR)/dumpmodule.pike args="$(DUMPARGS)"; \
-
$(RUNPIKE) $(SRCDIR)/dumpmodule.pike \
-
$${args:-"
--log-file --update-only=dumpversion --report-failed"} \
+
args=
$${args:-"--log-file --update-only=dumpversion --report-failed"}
;
\
+
$(RUNPIKE) $(SRCDIR)/dumpmodule.pike $$args \
--recursive --target-dir=lib "$(LIBDIR_SRC)/modules" force_dump_modules: