Date: Fri, 22 Jan 2021 10:09:55 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252910] world/kernel build error in svn 369076 Message-ID: <bug-252910-227-hFjwnq03US@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252910-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252910-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252910 Kristof Provost <kp@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kp@freebsd.org --- Comment #1 from Kristof Provost <kp@freebsd.org> --- That may be my fault.=20 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252910-227-hFjwnq03US>