ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/1_prepare_files.sh
(Generate patch)

Comparing BasiliskII/src/MacOSX/1_prepare_files.sh (file contents):
Revision 1.8 by nigel, 2003-06-03T12:14:45Z vs.
Revision 1.9 by nigel, 2003-08-02T08:19:48Z

# Line 4 | Line 4
4   #
5   # Run this to generate all the initial makefiles, etc.
6  
7 < #
8 < # Note that we actually don't need a config.guess
9 < # We could instead do something like:
10 < #       ./configure --build=powerpc-apple-darwin6.1
11 < #
12 < if [ -e /usr/libexec/config.guess ]
13 < then
14 <        #
15 <        # MacOS X 10.1
16 <        #
17 <        ln -sf /usr/libexec/config.guess .
18 <        ln -sf /usr/libexec/config.sub   .
19 < else
20 <        #
21 <        # MacOS X 10.2 (and later?)
22 <        #
23 <        ln -sf /usr/share/libtool/config.guess .
24 <        ln -sf /usr/share/libtool/config.sub .
25 < fi
26 <
7 > ln -sf ../Unix/config.guess .
8 > ln -sf ../Unix/config.sub   .
9   ln -sf ../Unix/sys_unix.cpp .
10   ln -sf ../Unix/timer_unix.cpp .
11   ln -sf ../Unix/user_strings_unix.h .
12   ln -sf ../Unix/install-sh .
13 < cp -pr ../../README README.txt
13 > cp -pr ../../INSTALL INSTALL.txt
14 > cp -pr ../../README  README.txt
15  
16   #
17   # This is how I generated the button images:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines