rpms/systemtap/FC-4 Makefile,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 14 21:23:27 UTC 2005


Author: roland

Update of /cvs/dist/rpms/systemtap/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv30574

Modified Files:
	Makefile 
Log Message:
More tweaks for import magic.



Index: Makefile
===================================================================
RCS file: /cvs/dist/rpms/systemtap/FC-4/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	26 Aug 2005 22:43:05 -0000	1.5
+++ Makefile	14 Sep 2005 21:23:25 -0000	1.6
@@ -22,15 +22,19 @@
 	$(MAKE) -C $(@D) sources
 $(eu-dir)/%.patch: $(eu-dir)/elfutils.spec ;
 
-import-systemtap: $(tarball) $(addprefix $(eu-dir)/,\
-					 elfutils-$(elfutils-version).tar.gz \
-					 elfutils-portability.patch)
+import-systemtap: $(tarball)
 	$(commit-check) systemtap.spec
 	tar -zf $(tarball) -xO '*.spec' > systemtap.spec
+	$(MAKE) upload-systemtap
+	touch $@
+
+upload-systemtap: $(tarball) \
+		  $(addprefix $(eu-dir)/,\
+					 elfutils-$(elfutils-version).tar.gz \
+					 elfutils-portability.patch)
 	ln -f $(filter $(eu-dir)/%.tar.gz,$^) .
 	ln -f $(filter $(eu-dir)/%.patch,$^) .
-	$(MAKE) upload FILES='$(filter-out %.patch,$^)'
-	touch $@
+	$(MAKE) new-source FILES='$(filter-out %.patch,$^)'
 
 bundled-devel := 0
 release-devel := 2




More information about the fedora-cvs-commits mailing list