HomeFreeBSD

depend-cleanup.sh: Fix overzealous rescue.mk cleanup

Description

depend-cleanup.sh: Fix overzealous rescue.mk cleanup

grep -q -v means "are there any lines that don't match", not "are there
no lines that match", and since the file has lines other than ones with
nvme_util.o when up-to-date this triggers on every build.

Fixes: 26a09db3add3 ("Fix incremental build with WITH_NVME newly enabled")
MFC after: 1 week

(cherry picked from commit e546c3950a2c98b298b8ddfb68b50cb496fe7fac)

Details

Provenance
jrtc27Authored on Sep 10 2024, 4:33 PM
Parents
rG9266d812eaf4: depend-cleanup.sh: Fix pretend (-n) mode
Branches
Unknown
Tags
Unknown