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.18 by nigel, 2002-10-28T10:56:23Z vs.
Revision 1.20 by cebix, 2005-06-30T21:27:26Z

# Line 45 | Line 45 | $(SRCARCHIVE): $(SRCS) $(DOCS)
45          -rm -rf $(TMPDIR)
46          mkdir $(TMPDIR)
47          cd $(TMPDIR); cvs export -D "$(ISODATE)" BasiliskII
48 <        cd $(TMPDIR)/BasiliskII/src/Unix; aclocal; autoheader; autoconf
48 >        cd $(TMPDIR)/BasiliskII/src/Unix && NO_CONFIGURE=1 ./autogen.sh
49 >        cd $(TMPDIR)/BasiliskII/src/Windows && NO_CONFIGURE=1 ../Unix/autogen.sh
50          rm $(TMPDIR)/BasiliskII/Makefile
51          mv $(TMPDIR)/BasiliskII $(TMPDIR)/$(VERNAME)
52          cd $(TMPDIR); tar cfz $@ $(VERNAME)
# Line 56 | Line 57 | $(SRCARCHIVE): $(SRCS) $(DOCS)
57   # RPMs (source and binary)
58   #
59   rpm: $(SRCARCHIVE)
60 <        rpm -ta --clean $(SRCARCHIVE)
60 >        rpmbuild -ta --clean $(SRCARCHIVE)
61  
62   #
63   # Binary archive for AmigaOS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines