[llvm-commits] CVS: llvm/projects/sample/lib/sample/Makefile
Reid Spencer
reid at x10sys.com
Sat Oct 23 08:30:41 PDT 2004
Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.4 -> 1.5
---
Log message:
Fix nightly build by avoiding shared library construction.
---
Diffs of the changes: (+3 -1)
Index: llvm/projects/sample/lib/sample/Makefile
diff -u llvm/projects/sample/lib/sample/Makefile:1.4 llvm/projects/sample/lib/sample/Makefile:1.5
--- llvm/projects/sample/lib/sample/Makefile:1.4 Tue Oct 21 10:33:11 2003
+++ llvm/projects/sample/lib/sample/Makefile Sat Oct 23 10:30:30 2004
@@ -8,8 +8,10 @@
#
# Give the name of a library. This will build a dynamic version.
#
-SHARED_LIBRARY=1
LIBRARYNAME=sample
+#SHARED_LIBRARY=1
+#DONT_BUILD_RELINKED=1
+#ARCHIVE_LIBRARY=1
#
# Include Makefile.common so we know what to do.
More information about the llvm-commits
mailing list