From: Andrew Tridgell <tridge@samba.anu.edu.au> To: crh@NTS.Umn.EDU Subject: Re: mkproto still reading ubiqx. Message-Id: <19980409020128Z12619514-395+3883@samba.anu.edu.au> Date: Thu, 9 Apr 1998 12:01:21 +1000
> (AWK) -f mkproto.awk `echo $(PROTOOBJ) \
> | sed -e 's/\.o/\.c/g' | tr ' ' '\n' \
> | sort | fgrep -v "ubiqx" | uniq` > proto.h
>
> Does this meet with approval?
yep, that's fine. The mkproto stuff is only ever run by developers
anyway, so it can be ugly :-)
Cheers, Andrew