cvs commit: apache-1.3/src/support Makefile.tmpl

1998-05-24 Thread rse
rse 98/05/24 04:02:47

  Modified:src/support Makefile.tmpl
  Log:
  Fix ordering of $(CFLAGS) and $(INCLUDES): Needs to be the same as in all
  other Makefile.tmpl's to avoid conflicts (I ran into problems when trying to
  incorporate Ben's SSL for 1.3b8-dev because SSLeay also has a "conf.h"
  header).
  
  Revision  ChangesPath
  1.21  +1 -1  apache-1.3/src/support/Makefile.tmpl
  
  Index: Makefile.tmpl
  ===
  RCS file: /export/home/cvs/apache-1.3/src/support/Makefile.tmpl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Makefile.tmpl 1998/05/12 12:13:54 1.20
  +++ Makefile.tmpl 1998/05/24 11:02:46 1.21
  @@ -9,7 +9,7 @@
   OBJS=htpasswd.o htdigest.o rotatelogs.o logresolve.o ab.o
   
   .c.o: 
  - $(CC) -c $(CFLAGS) $(INCLUDES) $<
  + $(CC) -c $(INCLUDES) $(CFLAGS) $<
   
   all: $(TARGETS)
   
  
  
  


cvs commit: apache-site bugdb.cgi

1998-05-24 Thread coar
coar98/05/24 06:51:01

  Modified:.bugdb.cgi
  Log:
Been meaning to do this for a while.. Save motion by putting a
submit button right next to the 'go directly to' option.
  
  Revision  ChangesPath
  1.29  +7 -3  apache-site/bugdb.cgi
  
  Index: bugdb.cgi
  ===
  RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- bugdb.cgi 1998/04/26 12:19:04 1.28
  +++ bugdb.cgi 1998/05/24 13:51:00 1.29
  @@ -117,6 +117,8 @@
   #sentinels.
   #  04/24/1998 Ken Coar - change "chop" to "chomp" in a few places, add
   #email syntax validation (Dean Gaudet's suggestion).
  +#  05/24/1998 Ken Coar - change my address and put a 'Go' SUBMIT button right
  +#next to the 'go directly to' option (saves mouse motion).
   #
   ### End Modification log
   
  @@ -260,8 +262,8 @@
"with revamp work by ",
"http://www.organic.com\";>Brian Behlendorf ",
"[EMAIL PROTECTED] & ",
  - "http://www.golux.com/coar/\";>Ken Coar ",
  - "[EMAIL PROTECTED]\n";
  + "http://Web.Golux.Com/coar/\";>Ken Coar ",
  + "[EMAIL PROTECTED]\n";
   } else {
   &emit_preamble (0);
   print "SPR Front End
  @@ -1646,7 +1648,9 @@
   # Choose quick output format.
   print "\n";
   print "Go directly to the full display ";
  -print "for PR# ";
  +print "for PR# \n";
  +print "\n";
  +
   print "OR\n";
   print "Compose a database 
query";
   print "";