Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2010-06-29 01:04:57 +0400
committerZoltan Varga <vargaz@gmail.com>2010-06-29 01:04:57 +0400
commit19e782ddbfc0ef03a0a50f4bfed5d37217315629 (patch)
treeb251e13a4301a63a566a5c029f4ea8a29c0f3891 /support
parent3c19b026e4f375b7bcdd934c644698e33dfb6ca2 (diff)
2010-06-28 Zoltan Varga <vargaz@gmail.com>
* Makefile.am (patch-libtool): Fix this up after the dolt changes. svn path=/trunk/mono/; revision=159621
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog4
-rw-r--r--support/Makefile.am6
2 files changed, 9 insertions, 1 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 1462a1a70b3..58224ea9c08 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-28 Zoltan Varga <vargaz@gmail.com>
+
+ * Makefile.am (patch-libtool): Fix this up after the dolt changes.
+
2010-05-13 Geoff Norton <gnorton@novell.com>
* fakepoll.h: Added for OSX
diff --git a/support/Makefile.am b/support/Makefile.am
index 17ffd7d9eeb..fbed51ab89b 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -162,5 +162,9 @@ refresh:
patch-libtool:
cp "../libtool" .
sed -e 's,build_libtool_libs=no,build_libtool_libs=yes,g' libtool > 2; mv 2 libtool
- sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2 && echo "LIBTOOL = bash ./libtool" > 1 && cat 1 2 > Makefile
+ echo "LIBTOOL = bash ./libtool" > 1
+ echo "LTCOMPILE = bash ./libtool --mode=compile $(COMPILE)" >> 1
+ sed -e 's,LIBTOOL =,LIBTOOL2 =,g' Makefile > 2
+ sed -e 's,LTCOMPILE =,LTCOMPILE2 =,g' 2 > 3
+ cat 1 3 > Makefile
touch *.c