[PATCH] sdksyms.sh may not be executable.
Alan Coopersmith
alan.coopersmith at oracle.com
Thu Aug 4 00:35:24 PDT 2011
On 08/03/11 23:34, Matthieu Herrb wrote:
> On Sun, Jul 31, 2011 at 08:46:19PM +0200, Matthieu Herrb wrote:
>
> Is there anyone who cares about this?
>
>> Use $(SHELL) to run it.
>>
>> Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
>> ---
>> hw/xfree86/Makefile.am | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
>> index e3ef14f..4f08772 100644
>> --- a/hw/xfree86/Makefile.am
>> +++ b/hw/xfree86/Makefile.am
>> @@ -111,7 +111,7 @@ CLEANFILES = sdksyms.c sdksyms.dep
>> EXTRA_DIST += sdksyms.sh
>>
>> sdksyms.dep sdksyms.c: sdksyms.sh
>> - CPP='$(CPP)' AWK='$(AWK)' $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES)
>> + CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES)
>>
>> SDKSYMS_DEP = sdksyms.dep
>> include $(SDKSYMS_DEP)
>> --
>> 1.7.5
>>
>> _______________________________________________
>> xorg-devel at lists.x.org: X.Org development
>> Archives: http://lists.x.org/archives/xorg-devel
>> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>
Normally it should have the right permissions coming out of git or a tarball,
but I suppose they could get lost if importing to another SCM.
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list