pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-30
2002-05-30 11:56:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
31329238ab66f93ed95956b1b67cfc1b6e0fd76c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed /bin/sh compatibility for the dump_modules target.
Rev: src/Makefile.in:1.312
1:
#
-
# $Id: Makefile.in,v 1.
311
2002/05/
13
19
:
03
:
07
mast
Exp $
+
# $Id: Makefile.in,v 1.
312
2002/05/
30
11
:
56
:
59
grubba
Exp $
# # This line is needed on some machines.
308:
dump_modules: pike master-stamp $(SRCDIR)/dumpmodule.pike args="$(DUMPARGS)"; \ $(RUNPIKE) $(SRCDIR)/dumpmodule.pike \
-
$${args:- --log-file --update-only=dumpversion --report-
failed}
\
+
$${args:-
"
--log-file --update-only=dumpversion --report-
failed"}
\
--recursive --target-dir=lib "$(LIBDIR_SRC)/modules" force_dump_modules: