[Buildroot] [PATCH 2/4] target/generic: add filesystem overlay option

Arnout Vandecappelle arnout at mind.be
Tue Feb 5 21:28:04 UTC 2013


On 05/02/13 21:37, Peter Korsgaard wrote:
>   Arnout> +	@for dir in $(call qstrip,$(BR2_ROOTFS_OVERLAY)); do \
>   Arnout> +		if [ -d $${dir} ]; then \
>   Arnout> +			$(call MESSAGE,"Copying overlay $${dir}"); \
>   Arnout> +			rsync -a \
>   Arnout> +				--exclude .svn --exclude .git --exclude .hg --exclude '*~' \
>   Arnout> +				$${dir}/ $(TARGET_DIR); \
>   Arnout> +		fi \
>
> Similar to the recent discussion about the post-build script, I don't
> think we should ignore missing (misspelled?) directories, so I dropped
> the -d test and committed, thanks.

  Yes, thanks, that was a left-over from when I had a default value for 
the overlay.

  Regards,
  Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list