pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-10-02
2002-10-02 12:53:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
10c54994fd08836e3636e0f8588e135bbffc3bb7 (
10
lines) (+
7
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Attempted workaround for building post_modules with make/FreeBSD.
Rev: src/Makefile.in:1.329
1:
#
-
# $Id: Makefile.in,v 1.
328
2002/
09
/
24
17
:
36
:
44
grubba Exp $
+
# $Id: Makefile.in,v 1.
329
2002/
10
/
02
12
:
53
:
26
grubba Exp $
# # This line is needed on some machines.
198:
# to make sure they are linked in. all: module_objects tools if [ -f dumpversion ]; then $(MAKE) $(MAKE_FLAGS) dump_modules; else :; fi
-
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) post_
modules
+
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) post_
module_objects
$(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike @if [ "`find . -name '*.fail' -print`" = "" ]; then :; else \ echo; \
212:
documentation: pike dump_modules cd $(SRCDIR)/../refdoc && $(MAKE) $(MAKE_FLAGS) PIKE="$(RUNPIKE)" $(DOCTARGET)
-
post_modules: pike
+
# Backward compat.
+
post_modules:
post_module_objects
+
+
post_module_objects:
pike
@( cd post_modules ; rm remake >/dev/null 2>&1 || : ; \ $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) || \ ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$?