diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2013-03-27 14:34:18 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-04-02 16:23:34 -0400 |
commit | b343bbb528249391335cf35ca10c8822310cd815 (patch) | |
tree | 01115e092f284dfa0418f58cf98760ff8520c6c5 /include | |
parent | 60d7d5a63189c9f77a190c9965861dc15482c2d0 (diff) | |
download | talos-obmc-uboot-b343bbb528249391335cf35ca10c8822310cd815.tar.gz talos-obmc-uboot-b343bbb528249391335cf35ca10c8822310cd815.zip |
build: Fix make errors generated when building 'distclean'
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 is not set.
The fix has been tested as follows:
Ran several times the following sequence of commands:
CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- make O=/tmp/foobar smdk5250_config
CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- make O=/tmp/foobar distclean
it did not cause an error, it used to before this change.
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions