In UPDATING, we have the note:

20000129:
        {set,get}flags have been added to the tree for rather dubious
        reasons.  An unintended side effect of this is that you must
        rebuild install before the rest of the world.

                cd src/usr.bin/xinstall
                make depend all install clean

        before make world or buildworld.  This issue may be resolved
        before 4.0 goes out.

But when you go to do this, it fails:

p:root# make depend all install clean
rm -f .depend
mkdep -f .depend -a      xinstall.c
cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND
echo xinstall: /usr/lib/libc.a  >> .depend
Warning: Object directory not changed from original /usr/src/usr.bin/xinstall
cc -O -pipe   -c xinstall.c
cc -O -pipe    -o xinstall xinstall.o  
xinstall.o: In function `main':
xinstall.o(.text+0x83): undefined reference to `setflags'
*** Error code 1

Is this note still needed?

Patrick
----------
Patrick Gardella                 [EMAIL PROTECTED]
VP-Technology                    [EMAIL PROTECTED]
Whetstone Logic, Inc.            This space intentionally left blank.



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

Reply via email to