]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the delete-old/check-old targets to work with arbitrarily long
authoruqs <uqs@FreeBSD.org>
Fri, 1 Apr 2011 20:59:23 +0000 (20:59 +0000)
committeruqs <uqs@FreeBSD.org>
Fri, 1 Apr 2011 20:59:23 +0000 (20:59 +0000)
commit0f498a13f1a9eef57e9e444b2184e5e15490c671
tree96e6bbd89a7061ecd8f32d7ef4ccaad79f6ff6da
parent3d5a80cead1ea654e9abab7feed7a655e2f0e3fa
Fix the delete-old/check-old targets to work with arbitrarily long
OLD_FILES/OLD_DIRS/OLD_LIBS lists.

If you specify enough WITHOUT_FOO flags, the argument list passed to the
shell will be too long. Using .for/.endfor make(1) "loop" will make the
parser of the Makefile explode. Hack around this with good old pipes.

No objections: netchild
Reported by: b.f.
Makefile.inc1