mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-21 23:20:35 +08:00
Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtest
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5285 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -302,11 +302,17 @@ fi
|
||||
|
||||
echo "Installing uClibc++ in the NuttX source tree"
|
||||
|
||||
cp -a ./libxx/* ${libxx_srcdir}/. ||
|
||||
{ echo "Copy from ./libxx/* to ${libxx_srcdir}/. failed"; exit 1; }
|
||||
filelist=`find libxx -type f | fgrep -v '.svn'`
|
||||
|
||||
cp -a ./include/* ${nuttx_incdir}/. ||
|
||||
{ echo "Copy from ./include/* ${nuttx_incdir}/. failed"; exit 1; }
|
||||
for file in $filelist; do
|
||||
install -D $file ${nuttx_path}/${file}
|
||||
done
|
||||
|
||||
filelist=`find include -type f | fgrep -v '.svn'`
|
||||
|
||||
for file in $filelist; do
|
||||
install -D $file ${nuttx_path}/${file}
|
||||
done
|
||||
|
||||
echo "Installation suceeded"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user