Re: sys/modules "make clean" seems broken again

From: Simon J. Gerraty <sjg_at_juniper.net>
Date: Tue, 1 Dec 2015 12:29:07 -0800
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 .?
Received on Tue Dec 01 2015 - 19:29:17 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:01 UTC