summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-21 20:56:44 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-21 20:56:44 +0000
commit19f4ffc4701a7f85d7b3c574c3ca8ebadf8bb1c5 (patch)
tree2c664ab6e67a6020a2789bd0122870c62352f68b /Makefile
parent373602f7335fb9a73f3f2911139106336eb3d83d (diff)
downloadanaconda-19f4ffc4701a7f85d7b3c574c3ca8ebadf8bb1c5.tar.gz
anaconda-19f4ffc4701a7f85d7b3c574c3ca8ebadf8bb1c5.tar.xz
anaconda-19f4ffc4701a7f85d7b3c574c3ca8ebadf8bb1c5.zip
2004-09-21 Jeremy Katz <katzj@redhat.com>
* Makefile: Get 'make build' working with build system changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85a4db944..3d4181341 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,11 @@ src: create-archive
@rm -f anaconda-$(VERSION).tar.bz2
build: src
- bhc $(COLLECTION) $(SRPMDIR)/anaconda-$(VERSION)-$(RELEASE).src.rpm
+ @rm -rf /tmp/anaconda
+ @mkdir /tmp/anaconda
+ cd /tmp/anaconda ; cvs co common ; cd common ; ./cvs-import.sh $(SRPMDIR)/anaconda-$(VERSION)-$(RELEASE).src.rpm
+ @rm -rf /tmp/anaconda
+ bhc $(COLLECTION) 'cvs://cvs.devel.redhat.com/cvs/dist?devel/anaconda#$(CVSTAG)'
create-snapshot:
@rm -rf /tmp/anaconda