]> git.llucax.com Git - software/makeit.git/commit
Split configuration into project-wide and local
authorLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 29 Oct 2010 18:21:57 +0000 (15:21 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 29 Oct 2010 18:21:57 +0000 (15:21 -0300)
commit9d6ff85e4983acfed399383a792d4015b5b8e381
tree5fdd4e8cd520c7bd66e891e49b6432a2c9db3c21
parent516cf4c727d0e4844d65a07d14d7a96c036f44cc
Split configuration into project-wide and local

If Toplevel.mak and Makeit.mak should not be edited by the user, and
Config.mak is supposed to be a local configuration file, we are missing a
place to have project-wide configuration, like default compiler flags and
flavors. This patch make Config.mak a project-wide configuration file and
adds Config.local.mak as a local user-wide configuration, to tweak local
parameters as colors, or default compiler to use.
Toplevel.mak
example/Config.local.mak [new file with mode: 0644]
example/Config.mak
example/README
example/subproj/Config.local.mak [new file with mode: 0644]
example/subproj/Config.mak [deleted file]