One test per line, one source per line, etc. etc. etc.

Dmitry V. Levin ldv@altlinux.org
Mon Jun 28 09:22:47 GMT 2021


On Sun, Jun 27, 2021 at 10:14:09PM +0200, Florian Weimer via Libc-alpha wrote:
> * Carlos O'Donell via Libc-alpha:
> 
> > Do we have consensus for someone to just cleanup all the makefiles
> > to have one source per line, one test per line etc.?
> 
> I think there was some opposition to trailing \ in lists in Makefiles.
> This:
> 
> routines += \
>   read \
>   write \
> 
> vs:
> 
> routines += \
>   read \
>   write

I'd suggest this instead:

routines += \
  read \
  write \
  #


-- 
ldv


More information about the Libc-alpha mailing list