summaryrefslogtreecommitdiff
path: root/haswaitp.h.do
blob: 3cc09f5b850fc14fe16261588edc84a3fc24d5ad (plain)
1
2
3
4
5
6
7
dependon trywaitp.c compile load
( ./compile trywaitp.c && ./load trywaitp ) >/dev/null 2>&1 \
&& echo \#define HASWAITPID 1
rm -f trywaitp.o trywaitp
formake '( ( ./compile trywaitp.c && ./load trywaitp ) >/dev/null 2>&1 \'
formake '&& echo \#define HASWAITPID 1 || exit 0 ) > haswaitp.h'
formake 'rm -f trywaitp.o trywaitp'