[llvm-commits] CVS: llvm/projects/sample/lib/sample/Makefile sample.c

2006-11-02 Thread Reid Spencer
Changes in directory llvm/projects/sample/lib/sample: Makefile updated: 1.8 - 1.9 sample.c updated: 1.4 - 1.5 --- Log message: Make sample project -pedantic clean. --- Diffs of the changes: (+3 -5) Makefile |3 --- sample.c |5 +++-- 2 files changed, 3 insertions(+), 5

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

2006-08-07 Thread Reid Spencer
Changes in directory llvm/projects/sample/lib/sample: Makefile updated: 1.7 - 1.8 --- 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

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

2006-01-06 Thread Robert L. Bocchino Jr.
Changes in directory llvm/projects/sample/lib/sample: Makefile updated: 1.5 - 1.6 --- Log message: Fixed Makefile so it does, indeed, build a dynamic library. --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: