From: Thibault Godouet Date: Mon, 30 Apr 2001 03:02:03 +0000 (+0000) Subject: added gpg signing support X-Git-Tag: ver2_9_4~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96914b20c7a31a3ad6eb6d500bb9c0281fe1194;p=thirdparty%2Ffcron.git added gpg signing support --- diff --git a/Makefile.in b/Makefile.in index c9b74be..6f37294 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.62 2001-04-29 22:21:31 thib Exp $ +# $Id: Makefile.in,v 1.63 2001-04-30 03:02:03 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -37,20 +37,13 @@ GROUPNAME = @GROUPNAME@ DEBUG = @DEBUG@ ANSWERALL = @ANSWERALL@ -# Optimize or debug ? +# Options # -DDEBUG even more verbose # -DCHECKJOBS send a mail containing the exact shell command # for each execution of each job. -#OPTIM = @CFLAGS@ -#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= -O3 -mcpu=i686 -Wall - - -# Options # -DFOREGROUND=[0|1] default run in foreground ? +#OPTION= -DCHECKJOBS +#OPTION= -O3 -mcpu=i686 OPTION = @@ -181,6 +174,8 @@ tar: updatedoc configure vclean @(cd ..; mv -f fcron-$(VERSION).src.tar.gz old-fcron-pkg/) + @(cd ../old-fcron-pkg/; gpg -a -o fcron-$(VERSION).src.tar.gz.sign --detach-sign fcron-$(VERSION).src.tar.gz) +