Re: [PATCH] perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section
From: Junio C Hamano <hidden> Date: 2016-06-15 22:45:06
Brandon Casey [off-list ref] writes:
Use double quotes to protect against paths which may contain spaces.
...
+ echo ' mkdir -p "$(instdir_SQ)"' >> $@
Is this sufficient? We seem to apply double-sq when writing shell
scriptlet in GIT-BUILD-OPTIONS from the main Makefile, and I suspect you
would need to do something similar.