about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
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