https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252910
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Kristof Provost <[email protected]> --- That may be my fault. Can you test if this patch fixes it: diff --git a/Makefile.inc1 b/Makefile.inc1 index ca842d182af2..86b9de6d1826 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1005,9 +1005,9 @@ _cleanobj_fast_depend_hack: .PHONY .for f in pf_ruleset @if [ -e "${OBJTOP}"/sbin/pfctl/.depend.${f}.o ] && \ egrep -qw "sys/netpfil/pf/${f}.c" \ - "${OBJTOP}"/sbin/pfctl/.depend.${f}.o; then - echo "Removing old ${f} dependency file" - rm -rf "${OBJTOP}"/sbin/pfctl/.depend.${f}.o + "${OBJTOP}"/sbin/pfctl/.depend.${f}.o; then \ + echo "Removing old ${f} dependency file" \ + rm -rf "${OBJTOP}"/sbin/pfctl/.depend.${f}.o \ fi .endfor -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
