From c3fd81a6ffc27688296b74654f85d27142864c34 Mon Sep 17 00:00:00 2001 From: thib Date: Mon, 4 Sep 2000 13:10:09 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9c989f8..f1024fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,11 +2,14 @@ # fcron's Makefile ######## ############################ -# $Id: Makefile.in,v 1.27 2000-09-03 19:03:08 thib Exp $ +# $Id: Makefile.in,v 1.28 2000-09-04 13:10:09 thib Exp $ # ********************************************************* # # *** Begin of configurable stuffs ************************ # +# +# take also a look at "config.h" for more config +# # Where should we install it ? DESTSBIN= /usr/sbin/ @@ -26,17 +29,17 @@ ETC=/etc/ # -DDEBUG even more verbose # -DCHECKJOBS send a mail containing the exact shell command # for each execution of each job. -#OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 +OPTIM= -DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 #OPTIM= -DDEBUG -g -DCHECKJOBS -Wall -Wpointer-arith -Wstrict-prototypes #OPTIM= -DDEBUG -Wall -Wpointer-arith -Wstrict-prototypes -OPTIM= -O2 -Wall +#OPTIM= -O2 -Wall #OPTIM= -O3 -mcpu=i686 -Wall # Options -# -DFOREGROUND [0|1] default run in foreground ? -# -OPTION = +# -DFOREGROUND=[0|1] default run in foreground ? +# -DPROC_LOADAVG=[0|1] do we have a mounted procfs with loadavg file ? +OPTION = -DPROC_LOADAVG=1 # Want other flags ? @@ -63,7 +66,7 @@ INSTALL= install # Should not be changed under this # #################################### -VERSION= 0.9.1 +VERSION= 0.9.2 CFLAGS= $(INCLUDE) $(OPTIM) $(OTHERFLAGS) $(OPTION) -DVERSION=\"$(VERSION)\" -DFCRONTABS=\"$(FCRONTABS)\" -DETC=\"$(ETC)\" OBJSD = fcron.o subs.o database.o job.o log.o conf.o OBJS= fcrontab.o fileconf.o subs.o log.o allow.c -- 2.40.0