fielding 97/04/04 20:31:44
Modified: src Configure
Log:
Another tweak so that it will work on OSF/1 -- rules with dependencies
apparently need to do something.
Submitted by: Ken Coar
Reviewed by: Roy Fielding
Revision Changes Path
1.87 +1 -1 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.86
retrieving revision 1.87
diff -C3 -r1.86 -r1.87
*** Configure 1997/04/01 05:04:24 1.86
--- Configure 1997/04/05 04:31:42 1.87
***************
*** 571,577 ****
cat Makefile.config >> Makefile
sed -e "s#@@Configuration@@#$file#" "$makefile_tmpl" >>Makefile
awk >>Makefile <$tmpfile \
! '($3 ~ /modules\//) { printf "%s: modules/last-built\n\n", $3, $3}'
cat Makefile.config ../support/Makefile.tmpl > ../support/Makefile
cat << EOF > modules/Makefile
--- 571,577 ----
cat Makefile.config >> Makefile
sed -e "s#@@Configuration@@#$file#" "$makefile_tmpl" >>Makefile
awk >>Makefile <$tmpfile \
! '($3 ~ /modules\//) { printf "%s: modules/last-built ; @cat
/dev/null\n\n", $3, $3}'
cat Makefile.config ../support/Makefile.tmpl > ../support/Makefile
cat << EOF > modules/Makefile