All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch microperl-fix
@ 2009-08-04 14:16 Thomas Petazzoni
  2009-08-04 14:16 ` [Buildroot] [PATCH 1/1] microperl: fix build Thomas Petazzoni
  2009-08-04 15:07 ` [Buildroot] [pull request] Pull request for branch microperl-fix Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-08-04 14:16 UTC (permalink / raw)
  To: buildroot

The following changes since commit 5b72dda69f72e1953dfc7987dd1b418e1afe79a4:
  Peter Korsgaard (1):
        buildroot: fix fallout after qtopia4 -> qt rename

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot microperl-fix

Thomas Petazzoni (1):
      microperl: fix build

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

Thanks,
-- 
Thomas Petazzoni

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

* [Buildroot] [PATCH 1/1] microperl: fix build
  2009-08-04 14:16 [Buildroot] [pull request] Pull request for branch microperl-fix Thomas Petazzoni
@ 2009-08-04 14:16 ` Thomas Petazzoni
  2009-08-04 15:07 ` [Buildroot] [pull request] Pull request for branch microperl-fix Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-08-04 14:16 UTC (permalink / raw)
  To: buildroot

Fix the little build systems hacks that no longer applied to the
version of Perl being used. With these fixes in place, microperl
builds and runs properly simple Perl commands on the target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/microperl/microperl.mk |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/microperl/microperl.mk b/package/microperl/microperl.mk
index 5a41f38..f2a958b 100644
--- a/package/microperl/microperl.mk
+++ b/package/microperl/microperl.mk
@@ -33,8 +33,8 @@ $(MICROPERL_DIR)/.host_configured: $(MICROPERL_DIR)/.source
 
 
 $(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured
-	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/makefile
-	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/makefile
+	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/Makefile
+	$(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/Makefile
 	touch $@
 
 $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed
@@ -42,7 +42,6 @@ $(MICROPERL_DIR)/.host_make: $(MICROPERL_DIR)/.host_configured_and_fixed
 	touch $@
 
 $(MICROPERL_DIR)/.host_make_fixed: $(MICROPERL_DIR)/.host_make
-	$(SED) 's#^.*<asm/page.h>.*##g' $(MICROPERL_DIR)/ext/IPC/SysV/SysV.c
 	$(MAKE) -C $(MICROPERL_DIR) test	|| echo "An error is expected on make test"
 	touch $@
 
-- 
1.6.0.4

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

* [Buildroot] [pull request] Pull request for branch microperl-fix
  2009-08-04 14:16 [Buildroot] [pull request] Pull request for branch microperl-fix Thomas Petazzoni
  2009-08-04 14:16 ` [Buildroot] [PATCH 1/1] microperl: fix build Thomas Petazzoni
@ 2009-08-04 15:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-08-04 15:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit 5b72dda69f72e1953dfc7987dd1b418e1afe79a4:
 Thomas>   Peter Korsgaard (1):
 Thomas>         buildroot: fix fallout after qtopia4 -> qt rename

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot microperl-fix

 Thomas> Thomas Petazzoni (1):
 Thomas>       microperl: fix build

Pulled and pushed - Thanks!

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2009-08-04 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-04 14:16 [Buildroot] [pull request] Pull request for branch microperl-fix Thomas Petazzoni
2009-08-04 14:16 ` [Buildroot] [PATCH 1/1] microperl: fix build Thomas Petazzoni
2009-08-04 15:07 ` [Buildroot] [pull request] Pull request for branch microperl-fix Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.