|
@@ -1,4 +1,7 @@
|
|
|
-fix MakeMaker issues with using wrong SHELL/GREP
|
|
|
+From eda9b1d08c517acbdc5b26c24c94a3985f29c749 Mon Sep 17 00:00:00 2001
|
|
|
+From: Ming Liu <ming.liu@windriver.com>
|
|
|
+Date: Fri, 21 Nov 2014 04:50:57 -0500
|
|
|
+Subject: [PATCH] fix MakeMaker issues with using wrong SHELL/GREP
|
|
|
|
|
|
A set of substitution is being processed to all target scripts with sed by
|
|
|
replacing some key words with the detected values at configure time, this
|
|
@@ -12,16 +15,15 @@ instead.
|
|
|
Signed-off-by: Ming Liu <ming.liu@windriver.com>
|
|
|
|
|
|
Upstream-Status: Pending
|
|
|
-
|
|
|
---
|
|
|
Makefile.am | 3 +--
|
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
|
-index 4f51b61..80a5ddf 100644
|
|
|
+index 23e0d3e..3455878 100644
|
|
|
--- a/Makefile.am
|
|
|
+++ b/Makefile.am
|
|
|
-@@ -93,8 +93,7 @@ SUFFIXES = .in
|
|
|
+@@ -95,8 +95,7 @@ SUFFIXES = .in
|
|
|
.in:
|
|
|
$(AM_V_GEN)rm -f $@-t $@ \
|
|
|
&& sed \
|
|
@@ -31,6 +33,3 @@ index 4f51b61..80a5ddf 100644
|
|
|
-e "s|'gzip'|$(GZIP_TRANSFORMED)|g" \
|
|
|
-e "s|'zdiff'|$(ZDIFF_TRANSFORMED)|g" \
|
|
|
-e "s|'zgrep'|$(ZGREP_TRANSFORMED)|g" \
|
|
|
---
|
|
|
-2.7.4
|
|
|
-
|