> ===> usr.bin
> ===> usr.bin/apply
> cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/appl
> y/apply.c
> In file included from /usr/obj/usr/src/i386/usr/include/sys/wait.h:93,
>                  from /usr/src/usr.bin/apply/apply.c:45:
> /usr/obj/usr/src/i386/usr/include/machine/endian.h:70: syntax error before `__ui
> nt16_swap_uint32'
> ...
> 
> current.freebsd.org will therefore be out of the snapshot building business
> until we're over this hurdle..

$ fgrep FreeBSD apply.c
  "$FreeBSD: src/usr.bin/apply/apply.c,v 1.10 2000/10/16 08:11:48 brian Exp $";
$ make clean && rm /usr/obj$PWD/.depend && make depend && make
rm -f apply apply.o apply.1.gz apply.1.cat.gz
rm -f .depend
mkdep -f .depend -a      /usr/src/usr.bin/apply/apply.c
cd /usr/src/usr.bin/apply; make _EXTRADEPEND
echo apply: /usr/lib/libc.a  >> .depend
cc -O -pipe -Wall   -c /usr/src/usr.bin/apply/apply.c
cc -O -pipe -Wall    -o apply apply.o  
gzip -cn /usr/src/usr.bin/apply/apply.1 > apply.1.gz
$ 

-- 
Brian <[EMAIL PROTECTED]>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>                   <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to