summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-30 18:22:11 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-30 18:22:11 +0000
commit59eed9ebabc922c9caa50b0c0da4827858ac3258 (patch)
treebf0feaac3c3bb10caec12f1e429ae8d28650d0be /Makefile
parentc4e4737fa281b32a00ef482a50ce802b4d3ab5b2 (diff)
downloadanaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.tar.gz
anaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.tar.xz
anaconda-59eed9ebabc922c9caa50b0c0da4827858ac3258.zip
more fixage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8a1a2a45..376e879f4 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,10 @@ do-beehive-build:
[ x"$$tag" = x"(none)" ] && tag=HEAD; \
[ x"$$TAG" != x ] && tag=$$TAG; \
cvsroot=`cat CVS/Root |cut -d @ -f 2-` 2>/dev/null; \
- echo "*** Building $$tag from $$cvsroot!"; \
+ host=`echo $$cvsroot |cut -d : -f 1`; \
+ root=`echo $$cvsroot |cut -d : -f 2`; \
+ cvsroot=$$host$$root ;\
+ echo "*** Building $$tag from $$cvsroot!"; \
bhc $(COLLECTION) cvs://$$cvsroot?anaconda\#$$tag
build: