@@ -170,12 +170,6 @@ byte_diff.o: byte.h byte_diff.c compile
170170byte_rchr.o : byte.h byte_rchr.c compile
171171 ./compile byte_rchr.c
172172
173- chkshsgr : chkshsgr.o load
174- ./load chkshsgr
175-
176- chkshsgr.o : chkshsgr.c compile
177- ./compile chkshsgr.c
178-
179173choose : choose.sh warn-auto.sh
180174 rm -f choose
181175 cat warn-auto.sh choose.sh \
@@ -232,11 +226,6 @@ hassgact.h: choose compile hassgact.h1 hassgact.h2 load trysgact.c
232226hassgprm.h : choose compile hassgprm.h1 hassgprm.h2 load trysgprm.c
233227 ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
234228
235- hasshsgr.h : chkshsgr choose compile hasshsgr.h1 hasshsgr.h2 load \
236- tryshsgr.c warn-shsgr
237- ./chkshsgr || ( cat warn-shsgr; exit 1 )
238- ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
239-
240229haswaitp.h : choose compile haswaitp.h1 haswaitp.h2 load trywaitp.c
241230 ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h
242231
@@ -292,9 +281,6 @@ pathexec_run.o: compile env.h error.h gen_alloc.h pathexec.h \
292281pathexec_run.c str.h stralloc.h
293282 ./compile pathexec_run.c
294283
295- prot.o : compile hasshsgr.h prot.c prot.h
296- ./compile prot.c
297-
298284readclose.o : compile error.h gen_alloc.h readclose.c readclose.h \
299285stralloc.h
300286 ./compile readclose.c
@@ -372,7 +358,7 @@ subgetopt.o: compile subgetopt.c subgetopt.h
372358 ./compile subgetopt.c
373359
374360sysdeps : compile direntry.h hasflock.h hasmkffo.h hassgact.h \
375- hassgprm.h hasshsgr.h haswaitp.h iopause.h load select.h systype \
361+ hassgprm.h haswaitp.h iopause.h load select.h systype \
376362uint64.h reboot_system.h uw_tmp.h socket.lib
377363 rm -f sysdeps
378364 cat systype compile load socket.lib >>sysdeps
@@ -385,7 +371,6 @@ uint64.h reboot_system.h uw_tmp.h socket.lib
385371 grep sysdep iopause.h >>sysdeps
386372 grep sysdep hasmkffo.h >>sysdeps
387373 grep sysdep hasflock.h >>sysdeps
388- grep sysdep hasshsgr.h >>sysdeps
389374 grep sysdep reboot_system.h >>sysdeps
390375 grep sysdep uw_tmp.h >>sysdeps
391376 cat sysdeps
@@ -444,7 +429,7 @@ buffer_get.o buffer_put.o buffer_read.o buffer_write.o coe.o env.o \
444429error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o lock_exnb.o \
445430makelib ndelay_off.o ndelay_on.o open_append.o open_read.o \
446431open_trunc.o open_write.o openreadclose.o pathexec_env.o \
447- pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o \
432+ pathexec_run.o readclose.o seek_set.o sgetopt.o sig.o \
448433sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \
449434stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \
450435stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \
@@ -454,7 +439,7 @@ wait_pid.o
454439 coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \
455440 lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o \
456441 open_trunc.o open_write.o openreadclose.o pathexec_env.o \
457- pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o sig.o \
442+ pathexec_run.o readclose.o seek_set.o sgetopt.o sig.o \
458443 sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \
459444 stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \
460445 stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \
@@ -465,4 +450,3 @@ wait_nohang.o: compile haswaitp.h wait_nohang.c
465450
466451wait_pid.o : compile error.h haswaitp.h wait_pid.c
467452 ./compile wait_pid.c
468-
0 commit comments