rpms/dnssec-tools/devel dnssec-tools-1.2-makej.patch, NONE, 1.1 dnssec-tools.spec, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Thu Aug 9 00:24:29 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/dnssec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24756

Modified Files:
	dnssec-tools.spec 
Added Files:
	dnssec-tools-1.2-makej.patch 
Log Message:
fix make -j development for top level makefile

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


Index: dnssec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/devel/dnssec-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnssec-tools.spec	8 Aug 2007 22:35:22 -0000	1.1
+++ dnssec-tools.spec	9 Aug 2007 00:23:57 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 1.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: BSD-like
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -261,6 +261,9 @@
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Wed Aug  8 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.2-5
+- Fix make -jN support for the top level makefile
+
 * Thu Jul 12 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.2-4
 - patch to fix a donuts rule for newer perl-Net::DNS update
 - patch for maketestzone to work around a bug in Net::DNS::RR::DS




More information about the fedora-extras-commits mailing list