]> rtime.felk.cvut.cz Git - omk.git/commit
VPATH variable completely removed from rules.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 27 Jan 2008 15:42:00 +0000 (15:42 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 27 Jan 2008 15:42:00 +0000 (15:42 +0000)
commit0cc516470ccdcb2cef9f47f7bd5d56b27e5ba724
treec1905dedbde7eaf5ab28109158b10e3d55a5a4c6
parent7f0f3a4d39499916219c6fc29cc249567d260762
VPATH variable completely removed from rules.

If the VPATH variable was set to SOURCES_DIR, it caused problems, when
there were .o files in SOURCES_DIR. OMK thoughts the prerequisites
existed and link command failed, because no .o file were found in
_build tree. This behavior was problematic if OMK was used in
projects with multiple make systems.

darcs-hash:20080127154245-f2ef6-69dbb419870250dfc8c8dfabe81e805e80145eb5.gz
snippets/base
tests/no_vpath/Makefile [new file with mode: 0644]
tests/no_vpath/Makefile.omk [new file with mode: 0644]
tests/no_vpath/config.omk-default [new file with mode: 0644]
tests/no_vpath/file.c [new file with mode: 0644]
tests/no_vpath/file.o [new file with mode: 0644]
tests/no_vpath/runtest [new file with mode: 0755]