Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Andrew Morton and committed by
Tony Luck
ff08e657 1f0abae8

+1 -1
+1 -1
arch/ia64/Makefile
··· 77 77 $(Q)$(MAKE) $(build)=$(boot) $@ 78 78 79 79 unwcheck: vmlinux 80 - -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $< 80 + -$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $< 81 81 82 82 archclean: 83 83 $(Q)$(MAKE) $(clean)=$(boot)
arch/ia64/scripts/unwcheck.py