Correction: also put ack_sys in conf/bin, otherwise mk_makefile does not work
authorceriel <none@none>
Fri, 12 Nov 1993 15:38:49 +0000 (15:38 +0000)
committerceriel <none@none>
Fri, 12 Nov 1993 15:38:49 +0000 (15:38 +0000)
first/mk_config
first/mk_target

index 9fface7..9a204ee 100755 (executable)
@@ -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
 
index 3e3e968..be3883b 100755 (executable)
@@ -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