pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1104:
arb=37; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \ done;) CONFIG_FILES=Makefile CONFIG_HEADERS="" ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) -@rm cfl.$@ @( cd modules && { \ rm -f remake; \ $(MAKE) $(MAKE_FLAGS) depend || \ { test -f remake && $(MAKE) $(MAKE_FLAGS) depend; }; \ })
-
@if [ "x$(
RUNPIKE
)"
!
= "x$(
DEFAULT
_
RUNPIKE
)"
-o
-x $(TMP_BUILDDIR)/pike ]; then \
+
@if [ "x$(
RUNTPIKE
)" = "x$(
USE
_
TPIKE
)"
];
then \
+
if [
-x $(TMP_BUILDDIR)/pike ]; then \
$(MAKE) $(MAKE_FLAGS) post_modules_depend; \ else \ echo "Skipping make depend in post_modules since a fresh pike is"; \ echo "needed to make the autogenerated sources there."; \ :; \
-
+
fi \
+
else \
+
echo "Skipping make depend in post_modules since a fresh pike is"; \
+
echo "needed to make the autogenerated sources there, and we are"; \
+
echo "cross-compiling or --disable-binary."; \
+
:; \
fi post_modules_depend:
-
@if [ "x$(
RUNPIKE
)" != "x$(
DEFAULT
_
RUNPIKE
)" -
o
-x $(TMP_BUILDDIR)/pike ]; then :; \
-
else $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike@EXEEXT@; fi
-
@
( cd post_modules && { \
+
@if [ "x$(
RUNTPIKE
)" != "x$(
USE
_
TPIKE
)"
]; then :; \
+
echo "Skipping make depend in post_modules since a fresh pike is"; \
+
echo "needed to make the autogenerated sources there, and we are"; \
+
echo "cross
-
compiling
or
-
-disable-binary."; \
+
:; \
+
else \
+
if [ -
x $(TMP_BUILDDIR)/pike ]; then :; \
+
else $(MAKE) $(MAKE_FLAGS) $(MAKE_PARALLEL) pike@EXEEXT@;
\
+
fi
; \
+
( cd post_modules && { \
rm -f remake; \ $(MAKE) $(MAKE_FLAGS) depend || \ { test -f remake && $(MAKE) $(MAKE_FLAGS) depend; }; \
-
})
+
})
; \
+
fi
# # Pike internal targets # # touch static-modules-stamp here to avoid doing this work again if # that target is checked later. static_module_objects: $(MODULE_REQUIREMENTS) @MODULE_BUILD_TYPE=static; \ export MODULE_BUILD_TYPE; \