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.19 by gbeauche, 2005-03-21T22:45:09Z

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines