pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-07-26
2002-07-26 16:17:13 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fdb4d0b0c8bb00bf320b807fb3b407fd5e40f029 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Pass a few more arguments to fixdepends.sh
Rev: src/Makefile.in:1.315
1:
#
-
# $Id: Makefile.in,v 1.
314
2002/
06
/
01
16:
34
:
33
mast
Exp $
+
# $Id: Makefile.in,v 1.
315
2002/
07
/
26
16:
17
:
13
grubba
Exp $
# # This line is needed on some machines.
22:
TMP_BUILDDIR = @BUILDDIR@ TMP_LIBDIR = $(TMP_BUILDDIR)/lib
+
# These are used by the files generated by fixdepends.sh
+
PIKE_SRC_DIR=$(SRCDIR)
+
BUILD_BASE=
+
# # RPM and package builders, listen up, because this is your only # documentation! This variable is prepended to the install path.
677:
# make dependencies depend: $(SRC_TARGETS) $(TPIKE_TARGETS)
-
gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
+
gcc -MM -MG $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh
"
$(SRCDIR)
" "$(SRCDIR)" /dev/null
-@(while :; do \ echo foo > cfl.$@; test "`echo cfl.*`" = cfl.$@ && break; \ rm cfl.$@; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \