[Bug 223180] Bug in kmod.mk when SRCS is empty/not defined

2018-01-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223180 --- Comment #1 from Johannes Lundberg --- It should of course be .for _o in ${SRCS:N*.h} OBJS+=${_o:R:S/$/.o/g} .endfor The previous suggestion breaks buildkernel (and maybe even buildworld). -- You are receiving this mail because: You

[Bug 223180] Bug in kmod.mk when SRCS is empty/not defined

2017-10-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223180 Bug ID: 223180 Summary: Bug in kmod.mk when SRCS is empty/not defined Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severi