Re: [llvm-commits] CVS: llvm/tools/llvm-config/Makefile find-cycles.pl llvm-config.in.in

2006-08-04 Thread Reid Spencer
Anton, Part of this patch is incorrect, please see below .. On Fri, 2006-08-04 at 16:52 -0500, Anton Korobeynikov wrote: > > $(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o) > $(Echo) "Regenerating LibDeps.txt" > - $(Verb) $(GenLibDeps) -flat $(LibDir) $(NM

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile find-cycles.pl llvm-config.in.in

2006-08-04 Thread Anton Korobeynikov
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.14 -> 1.15 find-cycles.pl updated: 1.5 -> 1.6 llvm-config.in.in updated: 1.20 -> 1.21 --- Log message: Removed usage of "sort", which can lead to undeterministic behavior on mingw & cygwin platforms. --- Diffs of the changes:

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile find-cycles.pl

2006-08-03 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.13 -> 1.14 find-cycles.pl updated: 1.4 -> 1.5 --- Log message: For PR845: http://llvm.org/PR845 : Enable the makefile check on the result of find-cycles.pl. LLVM is now cycle free and we intend to keep it that way. This patch will

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile find-cycles.pl

2006-07-26 Thread Reid Spencer
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.11 -> 1.12 find-cycles.pl updated: 1.2 -> 1.3 --- Log message: Make changes necessary for stopping the build if a cyclic library dependency is found. The find-cycles.pl script now exits with a return code that equals the number o