From a28b21a5ee5895a4dad159f3fbcb489ce84e68a6 Mon Sep 17 00:00:00 2001 From: Michael Gary Date: Sat, 8 Jun 2002 00:05:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=103 --- checkin_notes | 7 +++++-- sched/Makefile.fcgi.in | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index ede9e1e7a6..11ea7fecc9 100755 --- a/checkin_notes +++ b/checkin_notes @@ -379,7 +379,9 @@ Michael Gary June 06, 2002 test_normal_water_prefs.php (new) Michael Gary June 07, 2002 - - Converted scheduling server to Fast CGI + - Converted scheduling server to allow for Fast CGI. Fast CGI will only be + used if Makefile.in is replaced by Makefile.fcgi.in. Makefile.nofcgi.in + is a copy of the current Makefile.in. sched/ feeder.C @@ -390,7 +392,8 @@ Michael Gary June 07, 2002 sched_shmem.C server_types.C show_shmem.C - Makefile.in + Makefile.nofcgi.in (new) + Makefile.fcgi.in (new) lib/ parse.C diff --git a/sched/Makefile.fcgi.in b/sched/Makefile.fcgi.in index c75e50a2ff..12a64cf405 100644 --- a/sched/Makefile.fcgi.in +++ b/sched/Makefile.fcgi.in @@ -46,6 +46,7 @@ MYSQL_LIBS = \ -lm $(NETLIBS) .C.o: + rm -f ../lib/parse.o $(CC) -c -o $*.o $< .c.o: $(CC) -c -o $*.o $<