The standalone build for "make sh" has more dependencies because MAYFORK.

This commit is contained in:
Rob Landley 2020-05-19 01:54:15 -05:00
parent 1d181824bb
commit 2d95e03b0e

View File

@ -151,6 +151,7 @@ while IFS=":" read FILE NAME
do
[ "$NAME" == help ] && continue
[ "$NAME" == install ] && continue
[ "$NAME" == sh ] && FILE="toys/*/*.c"
echo -e "$NAME: $FILE *.[ch] lib/*.[ch]\n\tscripts/single.sh $NAME\n"
echo -e "test_$NAME:\n\tscripts/test.sh $NAME\n"
[ "${FILE/pending//}" != "$FILE" ] &&