rpms/crypto-utils/devel Makefile,1.5,1.6

Elio Maldonado (emaldonado) fedora-extras-commits at redhat.com
Wed May 7 18:32:18 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24221

Modified Files:
	Makefile 
Log Message:
Removed -d option on individual test targets and removed the mod_nss full test target (#346731)


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	1 May 2008 01:24:19 -0000	1.5
+++ Makefile	7 May 2008 18:31:38 -0000	1.6
@@ -46,28 +46,21 @@
 	mkdir -p certs private
 	./genkey --test `hostname`
 
-test-genkey-modnss: genkey
-	mkdir -p certs private
-	./genkey --test --nss test.`hostname`
-
 #########################################################################
-# The following test targets run genkey with debug tracing on, which 
-# creates temporary files, and the nss utilities with gdb. Use the
-# cleanup-tests to help clean up after yourself. The -modnss targets may
-# need to be run as super user in order to access the database.
+# Individual testing targets.
 #########################################################################
 
 test-genreq-modssl: genkey
-	perl ./genkey --genreq -d test.`hostname`
+	perl ./genkey --genreq test.`hostname`
 			
 test-makecert-modssl: genkey
-	perl ./genkey --makeca -d test.`hostname`
+	perl ./genkey --makeca test.`hostname`
 
 test-genreq-modnss: genkey
-	perl ./genkey --genreq -d -n test.`hostname`
+	perl ./genkey --genreq -nss test.`hostname`
 
 test-makecert-modnss: genkey
-	perl ./genkey --makeca -d -n test.`hostname`
+	perl ./genkey --makeca -nss test.`hostname`
 
 prepare-tests:
 	mkdir -p certs private




More information about the fedora-extras-commits mailing list