rpms/dnssec-tools/F-7 dnssec-tools-1.2-makej.patch,NONE,1.1

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Thu Aug 9 14:11:46 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/dnssec-tools/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30752

Added Files:
	dnssec-tools-1.2-makej.patch 
Log Message:
fix make -jN support

dnssec-tools-1.2-makej.patch:

--- NEW FILE dnssec-tools-1.2-makej.patch ---
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 3586)
+++ Makefile.in	(working copy)
@@ -23,7 +23,7 @@
 
 libs: subdirmake
 
-makeit: subdirmake perlmakefiles perlmake
+makeit: subdirmake perlmake
 
 install: makedirectories perlinstall subdirinstall nextstepinstructions
 
@@ -31,7 +31,7 @@
 
 distclean: clean configclean
 
-nextstepinstructions:
+nextstepinstructions: subdirinstall
 	$(QUIET)echo ""
 	$(QUIET)echo "**********************************************************************"
 	$(QUIET)echo "** NEXT: Please run 'dtinitconf' in order to set up the required"
@@ -60,7 +60,7 @@
           done \
 	fi
 
-subdirinstall:
+subdirinstall: makedirectories
 	$(QUIET)if test "x$(SUBDIRS)" != "xnone" ; then \
 	  for i in $(SUBDIRS) ; do \
 	   (cd $$i ; make install DESTDIR=$(DESTDIR) ) ; \
@@ -81,7 +81,7 @@
 # Perl system build rules
 #
 
-perlmake:
+perlmake: subdirmake perlmakefiles 
 	$(QUIET)for i in $(PERLDIRS) ; do \
 	  (cd $$i ; make ) ; \
 	  if test $$? != 0 ; then \
@@ -96,7 +96,7 @@
           fi ; \
          done
 
-perlinstall:
+perlinstall: makedirectories
 	$(QUIET)for i in $(PERLDIRS) ; do \
 	  (cd $$i ; make install INSTALLSCRIPT=$(bindir) DESTDIR=$(DESTDIR) ) ; \
 	  if test $$? != 0 ; then \
@@ -116,3 +116,5 @@
 configclean:
 	rm -f config.cache config.status config.log \
 		Makefile stamp-h *.core
+
+.PHONY: all libs makeit install clean distclean nextstepinstructions makedirectories subdirmake subdirinstall subdirclean perlmake perlmakefiles perlinstall perlclean configclean




More information about the fedora-extras-commits mailing list