jim         97/04/13 13:54:35

  Modified:    src       Configure
  Log:
  Closeout PR380: Patch is good; check for Module
  
  Revision  Changes    Path
  1.90      +1 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -C3 -r1.89 -r1.90
  *** Configure 1997/04/13 20:45:33     1.89
  --- Configure 1997/04/13 20:54:34     1.90
  ***************
  *** 576,582 ****
    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
  --- 576,582 ----
    cat Makefile.config >> Makefile
    sed -e "s#@@Configuration@@#$file#" "$makefile_tmpl" >>Makefile
    awk >>Makefile <$tmpfile \
  !    '($1 == "Module" && $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
  
  
  

Reply via email to