HomeFreeBSD

Remove the entire objdir tree to avoid picking up stale binaries from
Concern RaisedrS326505

Description

Remove the entire objdir tree to avoid picking up stale binaries from
prior builds. Move GELI to building first.

Sponsored by: Netflix

Details

Auditors
arichardson
Provenance
impAuthored on
Parents
rS326504: Switch to proper MK_LOADER_GELI tests.
Branches
Unknown
Tags
Unknown

Event Timeline

arichardson added a subscriber: arichardson.
arichardson added inline comments.
/head/tools/boot/universe.sh
30

Does this actually work as expected? If I try this I get Entering world for mips64:mips\n/path/to/objdir in the resulting variable. There probably won't be a file called Entering but I this may rm -rf some other files that shouldn't be deleted

This commit now has outstanding concerns.Dec 4 2017, 11:06 AM
/head/tools/boot/universe.sh
30

Doh! you're right. Testing a fix.