about summary refs log tree commit diff
path: root/mk/pp.mk
AgeCommit message (Collapse)AuthorLines
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-1/+2
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-2/+3
2011-11-29basic builds functionNiko Matsakis-1/+1
2011-09-30Abstract the build directories further in the makefilesBrian Anderson-2/+2
This defines variables for host bin and lib directories as well as all target bin and lib directories then uses them everywhere.
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-1/+1
Closes #799
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-1/+1
This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0.
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-1/+1
Closes #799
2011-08-18Add more verbosity to 'make reformat'Brian Anderson-3/+7
For each file it will indicate that it was reformatted, unchanged, or failed
2011-08-03Ignore xfail-pretty, xfail-stage2 files when reformattingBrian Anderson-1/+2
We shouldn't be trying to reformat source that we don't know to work because we could just be breaking it more.
2011-07-27Add PPFILES flag to specify a which files to reformatBrian Anderson-7/+11
Accepts a path with wildcards
2011-07-27Add fuzzer to reformat make targetMarijn Haverbeke-1/+2
2011-07-27Fix reformat make targetMarijn Haverbeke-1/+1
2011-07-21Cleanup the library path now that we copy from stageN/lib to stageN+1/Rafael Ávila de Espíndola-1/+1
2011-07-11Move llvm out of stageN/lib so that the host building stage 1+ canRafael Ávila de Espíndola-1/+1
have a newer and incompatible llvm with the bots.
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-4/+4
2011-06-20Fix 'reformat' mk target to handle recent libdir changes.Graydon Hoare-1/+1
2011-06-16Add support for marking files no-reformat.Graydon Hoare-2/+7
2011-06-15Add tests to 'make reformat' target.Graydon Hoare-1/+3
2011-06-14Revive 'make reformat' target.Graydon Hoare-1/+1
2011-06-01make 'reformat' do libstd as well.Graydon Hoare-2/+5
2011-06-01Add a 'make reformat' rule.Graydon Hoare-0/+7