[oe-commits] org.oe.dev perl-5.8.8: Have make override any environment TOPDIR variable.

likewise commit openembedded-commits at lists.openembedded.org
Tue Aug 14 22:26:18 UTC 2007


perl-5.8.8: Have make override any environment TOPDIR variable.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 27c0624a3a022522caafff99ab1922eb4d797866
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27c0624a3a022522caafff99ab1922eb4d797866
Files:
1
packages/perl/perl-5.8.8/Makefile.patch
Diffs:

#
# mt diff -rd3fd027a0c74fe2fd650397b3155637966ce4352 -r27c0624a3a022522caafff99ab1922eb4d797866
#
# 
# 
# patch "packages/perl/perl-5.8.8/Makefile.patch"
#  from [2ab735b5d45bce841767d68fbf8da78ae4499a95]
#    to [9a0556807b0a059611e9579e0c531cadd6f717d0]
# 
============================================================
--- packages/perl/perl-5.8.8/Makefile.patch	2ab735b5d45bce841767d68fbf8da78ae4499a95
+++ packages/perl/perl-5.8.8/Makefile.patch	9a0556807b0a059611e9579e0c531cadd6f717d0
@@ -1,9 +1,19 @@ Index: perl-5.8.8/Cross/Makefile
 Index: perl-5.8.8/Cross/Makefile
 ===================================================================
---- perl-5.8.8.orig/Cross/Makefile	2004-01-13 07:44:01.000000000 +1100
-+++ perl-5.8.8/Cross/Makefile	2007-06-14 12:40:44.000000000 +1000
-@@ -12,7 +12,7 @@
+--- perl-5.8.8.orig/Cross/Makefile	2004-01-12 21:44:01.000000000 +0100
++++ perl-5.8.8/Cross/Makefile	2007-08-15 00:15:18.000000000 +0200
+@@ -2,7 +2,8 @@
+ #
+ ## $Id: Makefile,v 1.7 2004/01/12 15:41:02 red Exp red $
  
+-export TOPDIR=${shell pwd}
++override TOPDIR=${shell pwd}
++export TOPDIR
+ include $(TOPDIR)/config
+ export CFLAGS
+ export SYS=$(ARCH)-$(OS)
+@@ -12,7 +13,7 @@
+ 
  export CC = $(CROSS)gcc
  export CXX = $(CROSS)g++
 -export LD = $(CROSS)ld
@@ -11,7 +21,7 @@ Index: perl-5.8.8/Cross/Makefile
  export STRIP = $(CROSS)strip
  export AR = $(CROSS)ar
  export RANLIB = $(CROSS)ranlib
-@@ -34,21 +34,6 @@
+@@ -34,21 +35,6 @@
  all:
  	@echo Please read the README file before doing anything else.
  
@@ -33,7 +43,7 @@ Index: perl-5.8.8/Cross/Makefile
  perl:
  	@echo Perl cross-build directory is $(TOPDIR)
  	@echo Target arch is $(SYS)
-@@ -58,11 +43,11 @@
+@@ -58,11 +44,11 @@
  	$(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh
  	cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more
  	cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library






More information about the Openembedded-commits mailing list