sys/modules "make clean" seems broken again

Simon J. Gerraty sjg at juniper.net
Tue Dec 1 20:29:17 UTC 2015


John Baldwin <jhb at freebsd.org> wrote:

> +CLEANFILES+=	${_MFILES:R:S/$/.c/} ${_MFILES:R:S/$/.h/}

Since CLEANFILES is given to rm, you can use globs

CLEANFILES+= ${_MFILES:R:S/$/.[ch]/} or .?



More information about the freebsd-current mailing list