ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/Makefile
(Generate patch)

Comparing BasiliskII/Makefile (file contents):
Revision 1.8 by cvs, 1999-10-04T23:20:01Z vs.
Revision 1.12 by cebix, 1999-12-22T17:27:26Z

# Line 1 | Line 1
1   # Makefile for creating Basilisk II distributions
2   # Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
3  
4 < VERSION := $(shell sed <BasiliskII.spec -n '/^Version: */s///p')
5 < RELEASE := $(shell sed <BasiliskII.spec -n '/^Release: */s///p')
4 > VERSION := $(shell sed <BasiliskII.spec -n '/^\%define ver */s///p')
5 > RELEASE := $(shell sed <BasiliskII.spec -n '/^\%define rel */s///p')
6   VERNAME := BasiliskII-$(VERSION)
7  
8   SRCARCHIVE := $(shell date +BasiliskII_src_%d%m%Y.tar.gz)
9   SRCRPM := $(VERNAME)-$(RELEASE).src.rpm
10   BINRPM := $(VERNAME)-$(RELEASE).i386.rpm
11 < AMIGAARCHIVE := $(VERNAME)-$(RELEASE).amiga.lha
11 > AMIGAARCHIVE := $(VERNAME)-$(RELEASE).amiga.lzh
12   BEOSPPCARCHIVE := $(VERNAME)-$(RELEASE).beosppc.zip
13   BEOSX86ARCHIVE := $(VERNAME)-$(RELEASE).beosx86.zip
14  
15 < TMPDIR := $(shell date +/tmp/build%m%s)
15 > TMPDIR := $(shell date +/tmp/build%M%S)
16   RPMDIR := /usr/src/redhat
17 + ISODATE := $(shell date "+%Y-%m-%d %H:%M")
18   DOCS := $(shell sed <BasiliskII.spec -n '/^\%doc */s///p')
19   SRCS := src
20  
# Line 45 | Line 46 | tarball: $(SRCARCHIVE)
46   $(SRCARCHIVE): $(SRCS) $(DOCS)
47          -rm -rf $(TMPDIR)
48          mkdir $(TMPDIR)
49 <        cd $(TMPDIR); cvs checkout BasiliskII
49 >        cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII
50 >        rm $(TMPDIR)/BasiliskII/BasiliskII.spec $(TMPDIR)/BasiliskII/Makefile
51          rm -rf $(TMPDIR)/BasiliskII/src/powerrom_cpu    #not yet ready for distribution
52          mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME)
53          cd $(TMPDIR); tar cfz $@ $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines