Re: [U-Boot] [PATCH] build: Fix make errors generated when building 'distclean'

2013-03-29 Thread Simon Glass
On Wed, Mar 27, 2013 at 5:34 PM, Vadim Bendebury wrote: > It was noticed that when `make distclean' is run, the make process > terminates with error reporting something like: > > rm: cannot remove '/tmp/foobar/': Is a directory > make: *** [clobber] Error 1 > > The problem is that the list of file

[U-Boot] [PATCH] build: Fix make errors generated when building 'distclean'

2013-03-27 Thread Vadim Bendebury
It was noticed that when `make distclean' is run, the make process terminates with error reporting something like: rm: cannot remove '/tmp/foobar/': Is a directory make: *** [clobber] Error 1 The problem is that the list of files targeted for removal includes a directory in case CONFIG_SPL_TARGET