[Buildroot] [PATCH] package/proftpd: add BR2_PACKAGE_PROFTPD_MOD_SFTP

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Aug 9 08:55:02 UTC 2018


Hello,

On Tue,  7 Aug 2018 08:34:26 -0500, Matt Weber wrote:

> +#Make ":" separated final modules list
> +PROFTPD_MODULES_LIST = \
> +	$(shell for l in $(PROFTPD_MODULES); do \
> +	modlist=$$modlist$$l:; done \
> +	&& echo $${modlist%?})

Meh. Please use this instead:

  --with-modules=$(subst $(space),:,$(PROFTPD_MODULES))

It's a bit more make-ish :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list