[PATCH][weston] build: mkdir target weston.ini directories before writing
Burton, Ross
ross.burton at intel.com
Fri Jul 17 04:37:57 PDT 2015
On 17 July 2015 at 12:35, Quentin Glidic <sardemff7+wayland at sardemff7.net>
wrote:
> You should have only one $(AM_V_GEN) per rule. Otherwise output will be:
>
> GEN ivi-shell/weston.ini
> GEN ivi-shell/weston.ini
>
> It may look like a bug to the user.
>
> You should do it that way:
>
> $(AM_V_GEN)$(MKDIR_P) $(dir $@); $(SED) \
> or
> $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \
>
Good point, V2 sent.
Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20150717/d55e21a4/attachment.html>
More information about the wayland-devel
mailing list