]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Makefile: Ensure CVS directories are removed from target fs.
authorWill Newton <will.newton@gmail.com>
Mon, 10 Aug 2009 09:04:14 +0000 (10:04 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Aug 2009 21:00:38 +0000 (23:00 +0200)
commitfc3eb18b70fe4a866790f958b958d4f18daf1f63
treee84d6da4a73117bd940a8178900c92bf9b6d8afd
parent717aaab9e8ced5ee4dd2a2c9cf4af9dcc94d353a
Makefile: Ensure CVS directories are removed from target fs.

The find command syntax is incorrect when deleting CVS and .svn directories
from the target filesystem, which prevent CVS directories from being
deleted.

It's useful to delete these dirs because users of buildroot often import
buildroot into CVS or Subversion.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile