From 7f20240b34e70214885452662ca94b7487ad6282 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Tue, 27 Jan 2004 01:18:02 +0000 Subject: [PATCH] Link to new Darwin test apps, copy some Unix source that has to be compiled using the local sysdeps.h, REAL ADDRESSING configure example --- BasiliskII/src/MacOSX/1_prepare_files.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/MacOSX/1_prepare_files.sh b/BasiliskII/src/MacOSX/1_prepare_files.sh index 0e3e6ce5..529ba29d 100644 --- a/BasiliskII/src/MacOSX/1_prepare_files.sh +++ b/BasiliskII/src/MacOSX/1_prepare_files.sh @@ -6,10 +6,11 @@ ln -sf ../Unix/config.guess . ln -sf ../Unix/config.sub . -ln -sf ../Unix/sys_unix.cpp . -ln -sf ../Unix/timer_unix.cpp . +cp -pf ../Unix/sys_unix.cpp . +cp -pf ../Unix/timer_unix.cpp . ln -sf ../Unix/user_strings_unix.h . ln -sf ../Unix/install-sh . +ln -sf ../Unix/Darwin . cp -pr ../../INSTALL INSTALL.txt cp -pr ../../README README.txt @@ -33,6 +34,11 @@ autoconf # autoheader +# +# Build app which configure uses: +# + + if test -z "$*"; then echo "*************************************************" echo "I am going to run ./configure with no arguments -" @@ -41,4 +47,5 @@ if test -z "$*"; then echo "*************************************************" fi +#./configure "$@" --enable-addressing=real ./configure "$@"