Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 19:36:11 +0000 (19:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 4 Feb 2007 19:36:11 +0000 (19:36 +0000)
commit6a50014b624835de674b12ab9da45fd8f47cb5ea
tree7ba1076216a23083721e3fb6d1a16136741b54f8
parenta763be2ac6ea764afdb8b461d291ac8e5ec9db82
Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare.

SVN-Revision: 6263
include/kernel-build.mk