Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff08e657 authored by Andrew Morton's avatar Andrew Morton Committed by Tony Luck
Browse files

[IA64] don't assume that unwcheck.py is executable



Don't assume that this file has execute permissions.  For example, patch(1)
loses that information.

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 1f0abae8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ vmlinux.gz: vmlinux
	$(Q)$(MAKE) $(build)=$(boot) $@

unwcheck: vmlinux
	-$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $<
	-$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $<

archclean:
	$(Q)$(MAKE) $(clean)=$(boot)

arch/ia64/scripts/unwcheck.py

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.