Re: buildworld failed after deleting /usr/obj
- Reply: qroxana : "Re: buildworld failed after deleting /usr/obj"
- In reply to: qroxana : "buildworld failed after deleting /usr/obj"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 10:02:46 UTC
On 23 Jan 2023, at 04:05, qroxana <qroxana@protonmail.com> wrote: > > It seems ${MAKEOBJDIR} was not created for usr.bin/clang/llvm-objcopy. > > --- all_subdir_usr.bin --- > --- objwarn --- > Warning: Object directory not changed from original /usr/src/usr.bin/clang/llvm-objcopy This is usually an indication that your source directory contains object files, e.g. is "dirty". Run "make clean" from the top level, or clean up your source checkout with something like "git clean". -Dimitry