From 07c8cac6e5fb48df73d12a740cfbda062e743a4c 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 9fface7f..9a204ee1 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 3e3e968d..be3883b0 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