Skip to content

Commit ce61632

Browse files
committed
src: remove shsgr and chkshsgr.
chkshsgr: This program is used to verify if the compilation environment is enough to run getgroups() and setgroups().
1 parent 6d925ec commit ce61632

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

src/Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@ byte_diff.o: byte.h byte_diff.c compile
170170
byte_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-
179173
choose: choose.sh warn-auto.sh
180174
rm -f choose
181175
cat warn-auto.sh choose.sh \
@@ -232,9 +226,7 @@ hassgact.h: choose compile hassgact.h1 hassgact.h2 load trysgact.c
232226
hassgprm.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 )
229+
hasshsgr.h: choose compile hasshsgr.h1 hasshsgr.h2 load tryshsgr.c
238230
./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
239231

240232
haswaitp.h: choose compile haswaitp.h1 haswaitp.h2 load trywaitp.c

src/chkshsgr.c

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/warn-shsgr

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)