You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/05/28 08:03:51 UTC

cvs commit: apache-1.3/src/helpers TestCompile

martin      99/05/27 23:03:51

  Modified:    src/helpers TestCompile
  Log:
  More debugging support: When either the -v option was given or
  $VERBOSE == yes set, then print *both* stdout *and* stderr.
  Until now, only stderr was printed.
  
  Revision  Changes    Path
  1.29      +1 -1      apache-1.3/src/helpers/TestCompile
  
  Index: TestCompile
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- TestCompile	1999/05/21 23:57:53	1.28
  +++ TestCompile	1999/05/28 06:03:51	1.29
  @@ -174,7 +174,7 @@
   EOF
   
   # Now run that Makefile
  -eval "${MAKE-make} ${TARGET} >/dev/null $ERRDIR"
  +eval "${MAKE-make} ${TARGET} $ERRDIR >&2"
   
   # And see if dummy exists and is executable, if so, then we
   # assume the condition we are testing for is good