@@ -170,12 +170,6 @@ byte_diff.o: byte.h byte_diff.c compile
170
170
byte_rchr.o : byte.h byte_rchr.c compile
171
171
./compile byte_rchr.c
172
172
173
- chkshsgr : chkshsgr.o load
174
- ./load chkshsgr
175
-
176
- chkshsgr.o : chkshsgr.c compile
177
- ./compile chkshsgr.c
178
-
179
173
choose : choose.sh warn-auto.sh
180
174
rm -f choose
181
175
cat warn-auto.sh choose.sh \
@@ -232,11 +226,6 @@ hassgact.h: choose compile hassgact.h1 hassgact.h2 load trysgact.c
232
226
hassgprm.h : choose compile hassgprm.h1 hassgprm.h2 load trysgprm.c
233
227
./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
234
228
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
-
240
229
haswaitp.h : choose compile haswaitp.h1 haswaitp.h2 load trywaitp.c
241
230
./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h
242
231
@@ -292,9 +281,6 @@ pathexec_run.o: compile env.h error.h gen_alloc.h pathexec.h \
292
281
pathexec_run.c str.h stralloc.h
293
282
./compile pathexec_run.c
294
283
295
- prot.o : compile hasshsgr.h prot.c prot.h
296
- ./compile prot.c
297
-
298
284
readclose.o : compile error.h gen_alloc.h readclose.c readclose.h \
299
285
stralloc.h
300
286
./compile readclose.c
@@ -372,7 +358,7 @@ subgetopt.o: compile subgetopt.c subgetopt.h
372
358
./compile subgetopt.c
373
359
374
360
sysdeps : 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 \
376
362
uint64.h reboot_system.h uw_tmp.h socket.lib
377
363
rm -f sysdeps
378
364
cat systype compile load socket.lib >>sysdeps
@@ -385,7 +371,6 @@ uint64.h reboot_system.h uw_tmp.h socket.lib
385
371
grep sysdep iopause.h >>sysdeps
386
372
grep sysdep hasmkffo.h >>sysdeps
387
373
grep sysdep hasflock.h >>sysdeps
388
- grep sysdep hasshsgr.h >>sysdeps
389
374
grep sysdep reboot_system.h >>sysdeps
390
375
grep sysdep uw_tmp.h >>sysdeps
391
376
cat sysdeps
@@ -444,7 +429,7 @@ buffer_get.o buffer_put.o buffer_read.o buffer_write.o coe.o env.o \
444
429
error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o lock_exnb.o \
445
430
makelib ndelay_off.o ndelay_on.o open_append.o open_read.o \
446
431
open_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 \
448
433
sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \
449
434
stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \
450
435
stralloc_pend.o strerr_die.o strerr_sys.o subgetopt.o wait_nohang.o \
@@ -454,7 +439,7 @@ wait_pid.o
454
439
coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \
455
440
lock_exnb.o ndelay_off.o ndelay_on.o open_append.o open_read.o \
456
441
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 \
458
443
sig_block.o sig_catch.o sig_pause.o stralloc_cat.o stralloc_catb.o \
459
444
stralloc_cats.o stralloc_eady.o stralloc_opyb.o stralloc_opys.o \
460
445
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
465
450
466
451
wait_pid.o : compile error.h haswaitp.h wait_pid.c
467
452
./compile wait_pid.c
468
-
0 commit comments