about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2011-03-23Add layer of indirection to differentiate LD_LIBRARY_PATH vs. DYLD_LIBRARY_PATH.Graydon Hoare-2/+5
2011-03-23Calculate git-derived versions correctly when out-of-tree.Graydon Hoare-4/+4
2011-03-23Fix the float XFAILs in Makefile.in.Graydon Hoare-2/+2
2011-03-23Pick up new XFAIL from Makefile.Graydon Hoare-0/+1
2011-03-23Add doc rules to Makefile.inGraydon Hoare-2/+39
2011-03-22Further support for floating-point. Literals with exponents workTim Chevalier-1/+2
2011-03-22Clean a little bit harder.Graydon Hoare-1/+1
2011-03-22XFAIL float.rs in boot under new Makefile.inGraydon Hoare-0/+5
2011-03-22Trim redundant /Graydon Hoare-1/+1
2011-03-22Port auto-dep logic to new Makefile.inGraydon Hoare-1/+80
2011-03-22Add a regression test for channels of nil, which happens to work in rustc, bu...Brian Anderson-0/+1
2011-03-21Repair some fallout from pcwalton's last few build changes.Graydon Hoare-25/+26
2011-03-21Add .def file support to the new build system (which does nothing at the mome...Patrick Walton-5/+8
2011-03-21Change llvmext.dll to rustllvm.dll in the new build system to match the def filePatrick Walton-1/+1
2011-03-21Minor distcheck fixesGraydon Hoare-4/+10
2011-03-21FIx three $-typos in Makefile.in.Graydon Hoare-3/+3
2011-03-21Fix CFG_RUN* rules a bit harder. Can now do 'make check' on both boot and sta...Graydon Hoare-2/+3
2011-03-21Adjust run rules to avoid early substitution. Testsuite begins to run.Graydon Hoare-8/+8
2011-03-21Strip leading $(S)/src off built targets in test; s/rustc/stage0/ in a few pl...Graydon Hoare-21/+21
2011-03-21Fix various pathnames.Graydon Hoare-10/+10
2011-03-21Port tidy and remainder of pkg/dist rules.Graydon Hoare-0/+53
2011-03-21Port testing variables.Graydon Hoare-0/+317
2011-03-21build: Support spaces in CFG_LDPATH.Patrick Walton-2/+2
2011-03-21More conservative rule for clean.Graydon Hoare-9/+29
2011-03-21Split R and T so that tests run under valgrind but compiler doesn't.Graydon Hoare-6/+11
2011-03-21Fix misuse of $(S) before definition, to permit running with valgrind suppres...Graydon Hoare-1/+1
2011-03-20s/DSYMUTIL/CFG_DSYMUTIL/Graydon Hoare-3/+3
2011-03-20Add -lrt to stateN link commands.Graydon Hoare-6/+6
2011-03-20Fix multi-stage deps, add rules for stage1 and stage2 outputs.Graydon Hoare-11/+71
2011-03-20Depend %.stage0.exe on %.stage0.o.Graydon Hoare-1/+1
2011-03-20Begin porting rules for testsuite execution.Graydon Hoare-17/+103
2011-03-19Add build rules for stage1.Graydon Hoare-0/+22
2011-03-19Set up dynamic library paths properly in builddir.Graydon Hoare-3/+12
2011-03-19Correct deps on stage0/glue.bcGraydon Hoare-1/+2
2011-03-19Switch path-munge from sed to perl.Graydon Hoare-1/+3
2011-03-18Add support for building glue.o.Graydon Hoare-1/+17
2011-03-18Run rustc stages using proper LD_LIBRARY_PATH.Graydon Hoare-3/+3
2011-03-18Point valgrind suppressions file to srcdir.Graydon Hoare-1/+1
2011-03-18Add rules for stage0/rustc to Makefile.in.Graydon Hoare-5/+23
2011-03-18Remove redundant slashes in Makefile.in.Graydon Hoare-3/+3
2011-03-18Rename SUPPORT_INCS -> LLVM_INCS in Makefile.in.Graydon Hoare-2/+1
2011-03-18Get llvmext building in new Makefile.in.Graydon Hoare-1/+2
2011-03-18Remove some whitespace.Graydon Hoare-1/+1
2011-03-18Rename a couple CFG_LIB_NAME vars in Makefile.inGraydon Hoare-3/+3
2011-03-17Yet more painstaking configure/make logic.Graydon Hoare-41/+290
2011-03-17Move Makefile.in and configure to top level, BOOT_-qualify names, various twe...Graydon Hoare-0/+153