Summary: |
xorg/util/imake/Makefile.am: gcc4.8's cpp breaks shebangs in xmkmf, others |
Product: |
xorg
|
Reporter: |
Greg Turner <gmt> |
Component: |
Build/Monolithic | Assignee: |
Xorg Project Team <xorg-team> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
git | |
|
Hardware: |
All | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 92745 [details] Fix Makefile.am see #69439. Makefile.am's recipes for shell scripts result in tons of blank lines before the shabangs, against gcc4.8+ cpp's. Zany antics ensue. Enclosed patch replicates fix that went in for #69439. W4M and other reporter in #69439. But... I wasn't sure if Makefile.am here is generated? If so, sorry, but actual right thing to do should be readily deducible from the enclosed to the appropriate SME.