From e37939e8c8336d2b1f8983fcd91309c174855809 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 12 Nov 1993 15:38:49 +0000 Subject: [PATCH] Correction: also put ack_sys in conf/bin, otherwise mk_makefile does not work --- first/mk_config | 4 ++++ first/mk_target | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/first/mk_config b/first/mk_config index 9fface7f6..9a204ee12 100755 --- a/first/mk_config +++ b/first/mk_config @@ -2,6 +2,10 @@ set -e create_dir $CONFIG +create_dir $CONFIG/bin +echo "echo $SYSNAME" > $CONFIG/bin/ack_sys +chmod +x $CONFIG/bin/ack_sys + cd $SRC_HOME find . -type d -print > $CONFIG/dir_list diff --git a/first/mk_target b/first/mk_target index 3e3e968d0..be3883b0c 100755 --- a/first/mk_target +++ b/first/mk_target @@ -3,7 +3,6 @@ set -e : machine-dependant stuff create_dir $TARGET_HOME -( cd $TARGET_HOME ; find . -exec chmod +w {} \; ) create_dir $TARGET_HOME/config create_dir $TARGET_HOME/lib.bin create_dir $TARGET_HOME/modules -- 2.34.1