Date: Thu, 9 Apr 1998 12:05:37 +0000 (GMT) From: Luke Kenneth Casson Leighton <lkcl@switchboard.net> To: Andrew Tridgell <tridge@samba.anu.edu.au> Subject: Re: mkproto still reading ubiqx. In-Reply-To: <19980409020128Z12619514-395+3883@samba.anu.edu.au>
On Thu, 9 Apr 1998, Andrew Tridgell wrote:
> > (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 :-)
in BRANCH_NTDOM's Makefile, i split the SRC stuff down such that
UBI_OBJ_SRC was excluded. ok, _could_ be excluded :-)
luke