pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-02-11
2011-02-11 16:05:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
79148c48f074d9573ac107ee6f0e8e295854c5ff (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added make variable PRECOMPILER_ARGS.
548:
# -Hubbe # .cmod.c: precompile.sh-stamp $(TMP_BINDIR)/precompile.pike
-
./precompile.sh --cache precompile.pike >"$@" "$<" || { rm "$@"; exit 1; }
+
./precompile.sh --cache precompile.pike
$(PRECOMPILER_ARGS)
>"$@" "$<" || { rm "$@"; exit 1; }
# The same applies to this. .symlist.c: precompile.sh-stamp $(SRCDIR)/mklibpike.pike