]> git.llucax.com Git - software/posixx.git/commit
Avoid rebuilding of doc, (mem)test and install targets
authorLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 22 Sep 2008 18:05:51 +0000 (15:05 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Mon, 22 Sep 2008 18:05:51 +0000 (15:05 -0300)
commit73a9db44cca62733dc2e8cb8037ed67843843e66
treead039bf1d75a35d410e597005640eea4761196b0
parentb754d3b0c06aac60fd213657b3268065ab2acb3c
Avoid rebuilding of doc, (mem)test and install targets

This patch improves the Makefiles to avoid unnecessary rebuilding of some
targets, like doc/test/memtest/install, which only need to be "rebuilt"
when the sources has changed.

This is implemented using empty target files to record events, as
described in the GNU make manual[1].

[1] http://www.gnu.org/software/make/manual/make.html#Empty-Targets
doc/.gitignore
doc/Makefile
src/.gitignore [new file with mode: 0644]
src/Makefile
test/.gitignore
test/Makefile