From a9fa6249ef436ae46573bfd6e2726536ac451a98 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 11 Jan 2008 21:09:08 +0000 Subject: [PATCH] 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 774be3c4..2af08e6e 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,7 @@ clean: @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