]> git.lizzy.rs Git - rust.git/commit
mk: Move most of Makefile.in to .mk files
authorBrian Anderson <banderson@mozilla.com>
Fri, 14 Feb 2014 07:55:49 +0000 (23:55 -0800)
committerBrian Anderson <banderson@mozilla.com>
Sat, 15 Feb 2014 01:45:54 +0000 (17:45 -0800)
commit2852fea61e51752a0a7f6c2aeb8fe798a2890c4e
tree1dbc173afb21a2c1597d446dc2f90c236e77fd54
parent94d2c8a21fae1b30340750346d15f6da84a76a87
mk: Move most of Makefile.in to .mk files

Because the build system treats Makefile.in and the .mk files slightly
differently (.in is copied, .mk are included), this makes the system
more uniform. Fewer build system changes will require a complete
reconfigure.
Makefile.in
mk/main.mk [new file with mode: 0644]
mk/reconfig.mk [new file with mode: 0644]
mk/util.mk [new file with mode: 0644]