浏览代码

[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>
Andrew Morton 17 年之前
父节点
当前提交
ff08e657f3
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ia64/Makefile
  2. 0 0
      arch/ia64/scripts/unwcheck.py

+ 1 - 1
arch/ia64/Makefile

@@ -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)

+ 0 - 0
arch/ia64/scripts/unwcheck.py