Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] build fix for package/python
@ 2008-06-16  5:58 Conrad Parker
  2008-06-16 10:15 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Conrad Parker @ 2008-06-16  5:58 UTC (permalink / raw)
  To: buildroot

Removed invalid hyphen in front of -$(MAKE) in the middle of a subshell;
this looks like it was left over from an earlier use as a standalone
makefile rule, where the - would have specified to allow failure.

Conrad.

---
 package/python/python.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index 82c938e..53d59c8 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -89,7 +89,7 @@ $(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
 		$(MAKE) python Parser/pgen && \
 		mv python hostpython && \
 		mv Parser/pgen Parser/hostpgen && \
-		-$(MAKE) distclean \
+		$(MAKE) distclean \
 	) && \
 	touch $@

-- 
1.5.4.3

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

* [Buildroot] [PATCH] build fix for package/python
  2008-06-16  5:58 [Buildroot] [PATCH] build fix for package/python Conrad Parker
@ 2008-06-16 10:15 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2008-06-16 10:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Conrad" == Conrad Parker <conrad@metadecks.org> writes:

Hi,

 Conrad> Removed invalid hyphen in front of -$(MAKE) in the middle of
 Conrad> a subshell; this looks like it was left over from an earlier
 Conrad> use as a standalone makefile rule, where the - would have
 Conrad> specified to allow failure.

Thanks, committed.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2008-06-16 10:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16  5:58 [Buildroot] [PATCH] build fix for package/python Conrad Parker
2008-06-16 10:15 ` Peter Korsgaard

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