]> git.llucax.com Git - software/makeit.git/commit
Allow compiling from directories named "build"
authorLeandro Lucarella <llucarella@integratech.com.ar>
Thu, 29 Oct 2009 18:44:37 +0000 (15:44 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Fri, 30 Oct 2009 17:39:44 +0000 (14:39 -0300)
commitccb41f7307c36af6a2825090600f7b55abe073fa
treee0765b88cba807eb439b9878a055a2b5e97c5ad5
parent8192dafe56abc1a212e4593f5120efd474eb39f2
Allow compiling from directories named "build"

If the absolute directory where the project has a component named "build"
(or whatever $(BUILD_DIR_NAME) is), the build fails because the whole
project directory is excluded from the obj directory tree replication.

This patch fixes this bug by adding the complete absolute path to the
project top-level directory ($T) to the excludes. An obsolete comment is
removed too.
Makeit.mak