]> git.ipfire.org Git - thirdparty/util-linux.git/commit - Makefile.am
build-sys: in the clean targets use "find ... | xargs rm -f"
authorStepan Kasal <skasal@redhat.com>
Tue, 15 May 2007 18:46:30 +0000 (20:46 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 May 2007 09:43:31 +0000 (11:43 +0200)
commit0b9f737e0b28c96ea38af2002cf9d33fbf95c844
tree44c7c1ec301ddea93f73a74f4d51cd46b86eb1e1
parent6fcc9505719db7e5c30f61d1cc085651e5355ebb
build-sys: in the clean targets use "find ... | xargs rm -f"

"find ... -exec rm {}" is unnecessarily slow.

Signed-off-by: Stepan Kasal <skasal@redhat.com>
Makefile.am