[llvm-commits] CVS: llvm/Makefile.common configure
John Criswell
criswell at choi.cs.uiuc.edu
Wed Jul 23 11:53:10 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.101 -> 1.102
configure updated: 1.9 -> 1.10
---
Log message:
Renamed libtool to mklib for your tab completion pleasure.
---
Diffs of the changes:
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.101 llvm/Makefile.common:1.102
--- llvm/Makefile.common:1.101 Wed Jul 16 15:26:06 2003
+++ llvm/Makefile.common Wed Jul 23 11:52:46 2003
@@ -266,9 +266,9 @@
# Libtool is found in the current directory.
#
ifdef VERBOSE
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib
else
-LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent
+LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent
endif
#
Index: llvm/configure
diff -u llvm/configure:1.9 llvm/configure:1.10
--- llvm/configure:1.9 Tue Jul 22 16:00:24 2003
+++ llvm/configure Wed Jul 23 11:52:46 2003
@@ -5140,7 +5140,7 @@
rm="rm -f"
# Global variables:
-default_ofile=libtool
+default_ofile=mklib
can_build_shared=yes
# All known linkers require a `.a' archive for static linking (except M$VC,
@@ -17880,7 +17880,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) $(top_builddir)/mklib'
# Prevent multiple expansion
More information about the llvm-commits
mailing list