[llvm-commits] CVS: llvm/projects/sample/tools/sample/Makefile

2007-02-17 Thread Chris Lattner


Changes in directory llvm/projects/sample/tools/sample:

Makefile updated: 1.7 - 1.8
---
Log message:

avoid collision with /usr/bin/sample if this ever gets installed.


---
Diffs of the changes:  (+1 -1)

 Makefile |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/projects/sample/tools/sample/Makefile
diff -u llvm/projects/sample/tools/sample/Makefile:1.7 
llvm/projects/sample/tools/sample/Makefile:1.8
--- llvm/projects/sample/tools/sample/Makefile:1.7  Mon Aug  7 18:12:15 2006
+++ llvm/projects/sample/tools/sample/Makefile  Sat Feb 17 21:03:41 2007
@@ -8,7 +8,7 @@
 #
 # Give the name of the tool.
 #
-TOOLNAME=sample
+TOOLNAME=Sample
 
 #
 # List libraries that we'll need



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/projects/sample/tools/sample/Makefile

2006-08-07 Thread Reid Spencer


Changes in directory llvm/projects/sample/tools/sample:

Makefile updated: 1.6 - 1.7
---
Log message:

For PR780: http://llvm.org/PR780 :
1. Change the usage of LOADABLE_MODULE so that it implies all the things
   necessary to make a loadable module. This reduces the user's burdern to
   get a loadable module correctly built. 
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
   for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
   its little library. This was just wasteful and not instructive at all.


---
Diffs of the changes:  (+1 -1)

 Makefile |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/projects/sample/tools/sample/Makefile
diff -u llvm/projects/sample/tools/sample/Makefile:1.6 
llvm/projects/sample/tools/sample/Makefile:1.7
--- llvm/projects/sample/tools/sample/Makefile:1.6  Fri Oct 22 16:02:08 2004
+++ llvm/projects/sample/tools/sample/Makefile  Mon Aug  7 18:12:15 2006
@@ -14,7 +14,7 @@
 # List libraries that we'll need
 # We use LIBS because sample is a dynamic library.
 #
-USEDLIBS = sample
+USEDLIBS = sample.a
 
 #
 # Include Makefile.common so we know what to do.



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits