pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
309
2002/05/04
14
:
27
:
30
mast Exp $
+
# $Id: Makefile.in,v 1.
310
2002/05/04
15
:
19
:
33
mast Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:834:
-@(while :; do \ echo foo > cfl.$@; test "`echo cfl.*`" = cfl.$@ && break; \ rm cfl.$@; echo "Waiting to run config.status serially:" cfl.*; sleep 1; \ arb=31; while test $$arb != 0; do arb=`expr $$arb - 1`; done; \ done;) CONFIG_FILES="" CONFIG_HEADERS=machine.h ./config.status || \ (EXITCODE=$$?; rm cfl.$@; exit $$EXITCODE) touch stamp-h -@rm cfl.$@
-
testsuite: $(SRCDIR)/testsuite.in
+
testsuite: $(SRCDIR)/testsuite.in
$(TMP_BINDIR)/mktestsuite
if test "$$PIKE_PATH_TRANSLATE" = ""; then \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \ -DSRCDIR="$(SRCDIR)"; \ else \ $(TMP_BINDIR)/mktestsuite $(SRCDIR)/testsuite.in >testsuite \ -DSRCDIR="`echo $(SRCDIR)|sed -e $$PIKE_PATH_TRANSLATE`"; \ fi header_uncompress: $(SRCDIR)/uncompressor.c $(CC) -O2 -static $(SRCDIR)/uncompressor.c -o header_uncompress -lz