This commit is contained in:
Patrick Kloepfer 2019-10-09 10:11:06 -04:00
parent 6f603c3edc
commit 577850daa6
6 changed files with 13 additions and 1 deletions

Binary file not shown.

Binary file not shown.

8
MAKE/MAKE.txt Normal file
View File

@ -0,0 +1,8 @@
NEW
PREFIX
AUTO 4,1
#!/BIN/SH
#
CD /MAKE/USR/SHARE/MAKE
MAN
TEXT ROOT/MAKE

View File

@ -65,6 +65,9 @@ SWITCH $RCS
END
ECHO "Formatting Destination..."
FORMAT -4 S6D1 ABOOT
ECHO "Displaying Online Volumes..."
LS -L /
PAUSE
ECHO "Making Directory Structure..."
MD /ABOOT/BIN
MD /ABOOT/DRV

View File

@ -66,6 +66,7 @@ END
#SET IM = "Release Candidate Build No. ${B}"
ECHO "Formatting Destination..."
FORMAT -4 S6D1 ABOOT
LS -L /
MD /ABOOT/BIN
MD /ABOOT/DRV
MD /ABOOT/ETC

View File

@ -1,7 +1,7 @@
NEW
PREFIX
AUTO 4,1
PREFIX BUILDS/BUILD1604
PREFIX BUILDS/BUILD1608
-a2osx.system
MAN
TEXT /MAKE/RC