mirror of
https://github.com/elliotnunn/sys7.1-doc-wip.git
synced 2024-12-12 04:29:09 +00:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
|
#
|
||
|
# d32make
|
||
|
# d3make_mac prints out the commands to be executed, which are redirected
|
||
|
# into the file d32make.script.
|
||
|
# The script file d32make.script is then run to execute these commands.
|
||
|
#
|
||
|
# Copyright ©1991 AT&T Bell Laboratories
|
||
|
# All Rights Reserved
|
||
|
|
||
|
d32make_mac {"Parameters"} > "{DSP3210_Temp}d32make.script"
|
||
|
"{DSP3210_Temp}d32make.script"
|
||
|
Delete -i -y "{DSP3210_Temp}d32make.script" > Dev:Null≥ Dev:Null
|
||
|
|