usr.bin/lex/lib object files not being placed under MAKEOBJDIRPREFIX

David O'Brien obrien at freebsd.org
Fri Nov 19 17:21:40 PST 2004


On Thu, Nov 18, 2004 at 10:13:56AM -0600, Conrad J. Sabatier wrote:
> Noticed this during a cvs update today:
> dolphin:root:/usr/src/usr.bin# cvs -R update
> ? lex/lib/.depend
> ? lex/lib/libln.a
> ? lex/lib/libmain.o
> ? lex/lib/libyywrap.o

How did you build your system?  At one time you maybe cd'ed into
usr.bin/lex and just typed 'make' without 'make obj'?

The fix is to:

    rm -rf /usr/obj/*
    cd /usr/src
    make cleandir
    make buildworld
    cvs -q up

and you shouldn't see this again.

-- 
-- David  (obrien at FreeBSD.org)


More information about the freebsd-current mailing list