[Bug 252910] world/kernel build error in svn 369076
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 22 10:09:55 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252910
Kristof Provost <kp at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kp at freebsd.org
--- Comment #1 from Kristof Provost <kp at freebsd.org> ---
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.
More information about the freebsd-bugs
mailing list