blob: 0f569d15fe7c931639544973a21da9ee1662e047 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Make the IRAF Virtual Operating System (VOS). (07-May-83 Dct).
# Revised to use the new MKPKG facilities (12Dec85 Dct).
$ifeq (hostid, unix) !(clear;date) $endif
$call sysgen
$echo "-------------- (done) ----------------"
$ifeq (hostid, unix) !(date) $endif
$exit
update:
!make all
;
# SYSGEN -- Update the system libraries (VOS). Note that the system library
# for the iraf kernel (libos.a) is maintained in host$.
sysgen:
!make all
$purge lib$
;
|