[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sct:define-distribution-system
Date: Thu, 11 Aug 88 01:22 EDT
From: pan@Athena.Pangaro.Dialnet.Symbolics.Com (Paul Pangaro)
Ok, I give up. The function sct:define-distribution-system is mentioned
in the Patch Notes for 7.2, but where is it documented? How is it used?
>From the scripts we use to distribute Genera:
;; NFep overlays.
(sct:define-distribution-system nfep-overlays
(:default-pathname "sys: n-fep;"
:source-category :basic
:distribute-sources :always)
(:serial
"v127-debug.flod.38"
"v127-disk.flod.37"
"v127-info.flod.64"
"v127-lisp.flod.64"
"v127-loaders.flod.64"
"v127-tests.flod.64"
"g206-debug.flod.8"
"g206-disk.flod.8"
"g206-info.flod.21"
"g206-lisp.flod.21"
"g206-loaders.flod.21"
"g206-tests.flod.21"
"g208-debug.flod.2"
"g208-disk.flod.2"
"g208-info.flod.4"
"g208-lisp.flod.4"
"g208-loaders.flod.4"
"g208-tests.flod.4"))
;; Microcodes (no error tables)
(sct:define-distribution-system microcodes
(:default-pathname "sys: l-ucode;"
:distribute-sources :always
:distribute-binaries :always
:source-category :basic)
(:serial "*-MIC.MIC.420"))