public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/3] ia64: don't assume that unwcheck.py is executable
@ 2007-12-05 22:32 akpm
  2007-12-05 23:06 ` Andreas Schwab
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: akpm @ 2007-12-05 22:32 UTC (permalink / raw)
  To: linux-ia64

From: Andrew Morton <akpm@linux-foundation.org>

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

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/ia64/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable arch/ia64/Makefile
--- a/arch/ia64/Makefile~ia64-dont-assume-that-unwcheckpy-is-executable
+++ a/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) $(CONFIG_SHELL) $(srctree)/arch/ia64/scripts/unwcheck.py $<
 
 archclean:
 	$(Q)$(MAKE) $(clean)=$(boot)
_

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-12-06 22:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 22:32 [patch 2/3] ia64: don't assume that unwcheck.py is executable akpm
2007-12-05 23:06 ` Andreas Schwab
2007-12-05 23:17 ` Andrew Morton
2007-12-05 23:25 ` Luck, Tony
2007-12-05 23:40 ` Andrew Morton
2007-12-05 23:43 ` Andreas Schwab
2007-12-06  7:45 ` Christoph Hellwig
2007-12-06  8:03 ` Andrew Morton
2007-12-06 21:34 ` Sam Ravnborg
2007-12-06 22:05 ` Luck, Tony
2007-12-06 22:28 ` Sam Ravnborg
2007-12-06 22:44 ` Luck, Tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox