Skip to content

Commit

Permalink
[IA64] don't assume that unwcheck.py is executable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Tony Luck committed Dec 7, 2007
1 parent 1f0abae commit ff08e65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Empty file modified arch/ia64/scripts/unwcheck.py
100755 → 100644
Empty file.

0 comments on commit ff08e65

Please sign in to comment.