run find specifically in KCONFIG_DIR
svn path=/trunk/; revision=648
This commit is contained in:
parent
4bef18f55b
commit
8836f1615a
2 changed files with 4 additions and 2 deletions
|
@ -142,8 +142,7 @@ for i in ${SPECS} ${OPTIONAL_SPECS}; do
|
|||
cp --parents ${i} ${TMPDIR}/specs/
|
||||
done
|
||||
|
||||
cd ${KCONFIG_DIR}
|
||||
find -type f -exec cp {} ${TMPDIR}/kconfig \;
|
||||
find ${KCONFIG_DIR} -type f -exec cp {} ${TMPDIR}/kconfig \;
|
||||
|
||||
cd ${TMPDIR}/specs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue