1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# Update the GTY portion of libsys.a.
$checkout libsys.a lib$
$update libsys.a
$checkin libsys.a lib$
$exit
zzdebug:
$checkout libsys.a lib$
$update libsys.a
$checkin libsys.a lib$
#$set XFLAGS = "$(XFLAGS) -qx"
$omake zzdebug.x
$link -z zzdebug.o
;
libsys.a:
#$set XFLAGS = "$(XFLAGS) -qx"
gtycaps.x gty.h
gtyclose.x
gtygetb.x
gtygeti.x
gtygetr.x <mach.h>
gtygets.x <chars.h>
gtyindex.x gty.h <chars.h>
gtyopen.x gty.h <chars.h> <ctype.h> <error.h>
;
|