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.9 by nigel, 2003-08-02T08:19:48Z vs.
Revision 1.10 by nigel, 2004-01-27T01:18:02Z

# Line 6 | Line 6
6  
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 .
9 > cp -pf ../Unix/sys_unix.cpp .
10 > cp -pf ../Unix/timer_unix.cpp .
11   ln -sf ../Unix/user_strings_unix.h .
12   ln -sf ../Unix/install-sh .
13 + ln -sf ../Unix/Darwin .
14   cp -pr ../../INSTALL INSTALL.txt
15   cp -pr ../../README  README.txt
16  
# Line 33 | Line 34 | autoconf
34   #
35   autoheader
36  
37 + #
38 + # Build app which configure uses:
39 + #
40 +
41 +
42   if test -z "$*"; then
43     echo "*************************************************"
44     echo "I am going to run ./configure with no arguments -"
# Line 41 | Line 47 | if test -z "$*"; then
47     echo "*************************************************"
48   fi
49  
50 + #./configure "$@" --enable-addressing=real
51   ./configure "$@"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines