From reid at x10sys.com Mon Aug 23 12:47:27 2004 From: reid at x10sys.com (Reid Spencer) Date: Mon, 23 Aug 2004 12:47:27 -0500 Subject: [llvm-commits] CVS: llvm/projects/Makefile Message-ID: <200408231747.MAA05697@zion.cs.uiuc.edu> Changes in directory llvm/projects: Makefile updated: 1.6 -> 1.7 --- Log message: Change the makefile back so it descends any directory with a Makefile. --- Diffs of the changes: (+1 -1) Index: llvm/projects/Makefile diff -u llvm/projects/Makefile:1.6 llvm/projects/Makefile:1.7 --- llvm/projects/Makefile:1.6 Thu Aug 19 20:49:59 2004 +++ llvm/projects/Makefile Mon Aug 23 12:47:16 2004 @@ -10,6 +10,6 @@ include $(LEVEL)/Makefile.config -DIRS:= SmallExamples sample +DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile)) include $(BUILD_SRC_ROOT)/Makefile.rules From brukman at cs.uiuc.edu Mon Aug 23 12:54:55 2004 From: brukman at cs.uiuc.edu (Misha Brukman) Date: Mon, 23 Aug 2004 12:54:55 -0500 Subject: [llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html Message-ID: <200408231754.MAA05904@zion.cs.uiuc.edu> Changes in directory llvm/docs: CFEBuildInstrs.html updated: 1.23 -> 1.24 --- Log message: Note: do not use GNU binutils under AIX, they're not stable. --- Diffs of the changes: (+15 -1) Index: llvm/docs/CFEBuildInstrs.html diff -u llvm/docs/CFEBuildInstrs.html:1.23 llvm/docs/CFEBuildInstrs.html:1.24 --- llvm/docs/CFEBuildInstrs.html:1.23 Sat Aug 14 17:13:33 2004 +++ llvm/docs/CFEBuildInstrs.html Mon Aug 23 12:54:45 2004 @@ -16,6 +16,7 @@
If you are building LLVM and the C front-end under AIX, do NOT use GNU +Binutils. They are not stable under AIX and may produce incorrect and/or +invalid code. Instead, use the system assembler and linker. +
+