]> git.tuebingen.mpg.de Git - paraslash.git/commit
Speed up dep target.
authorAndre Noll <maan@systemlinux.org>
Mon, 31 Dec 2012 00:10:50 +0000 (00:10 +0000)
committerAndre Noll <maan@systemlinux.org>
Mon, 31 Dec 2012 00:10:50 +0000 (00:10 +0000)
commitab0ccdfcabd85453d155f913a8024f0be38e427e
treed4602801a642c633fb0c7e9e868a2aa1aba8d394
parent416fb0954ed743144d79dfbbbd66f4d19e8c76c0
Speed up dep target.

By default "make" removes intermediate files during the build. However,
some of the files generated by gengetopt are needed again later for
a different target.

This patch declares these generated files as "precious", so they
will no longer be removed. On one system the build time went down
from 30s to 25s due to this one-liner.
m4/gengetopt/makefile