diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-21 20:56:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-21 20:56:44 +0000 |
commit | 19f4ffc4701a7f85d7b3c574c3ca8ebadf8bb1c5 (patch) | |
tree | 2c664ab6e67a6020a2789bd0122870c62352f68b /Makefile | |
parent | 373602f7335fb9a73f3f2911139106336eb3d83d (diff) | |
download | anaconda-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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |