comps Makefile,1.6,1.7

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Jan 11 21:09:38 UTC 2008


Author: jkeating

Update of /cvs/pkgs/comps
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18043

Modified Files:
	Makefile 
Log Message:
Add a target to make a "rawhide" comps.  This will have to be updated as
"rawhide" targets change.  This is so that we don't have to continually
modify compose tools/processes.



Index: Makefile
===================================================================
RCS file: /cvs/pkgs/comps/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	20 Dec 2007 02:29:17 -0000	1.6
+++ Makefile	11 Jan 2008 21:09:08 -0000	1.7
@@ -14,3 +14,7 @@
 	@if [ "$@" == "$(RAWHIDECOMPS)" ] ; then \
 		cat $(RAWHIDECOMPS) | sed 's/redhat-release/rawhide-release/g' > comps-rawhide.xml ; \
 	fi
+
+# Add an easy alias to generate a rawhide comps file
+comps-rawhide: comps-f9.xml
+	@mv comps-f9.xml comps-rawhide.xml




More information about the fedora-extras-commits mailing list