]> git.tuebingen.mpg.de Git - paraslash.git/commit
Put dependency files to a separate directory.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Jul 2012 16:14:24 +0000 (18:14 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:07 +0000 (13:01 +0200)
commit3634794c3ba2f9fba60d3b26bcceae51fb3718c6
treec6b4183c688f1a3cd3235e9e457b1e0985b4e368
parent46350883844352a1bcde8d13d680514aa3e54683
Put dependency files to a separate directory.

Currently the dependency files are stored in the same directory as the
object files. This moves these files to the new build/deps directory
instead, and makes "make clean" remove the objects directory while
"make clean2" now removes the whole build directory.

As a side effect of this change, the $(all_objs) variable now contains
only the non-directory part of the objects, so we may get rid of the
directory-stripping in the test makefile.
Makefile.in
depend.sh
t/makefile.test