mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Finally, a clean SDCC compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ for i in $* ; do
|
||||
cflags=$args
|
||||
args=
|
||||
;;
|
||||
--debug )
|
||||
--dep-debug )
|
||||
set -x
|
||||
;;
|
||||
*)
|
||||
@@ -75,6 +75,6 @@ fi
|
||||
|
||||
for file in $files ; do
|
||||
$cc -M $cflags $file || \
|
||||
{ echo "$cc -M $cflags $file FAILED" ; exit 3 ; }
|
||||
{ echo "# $cc -M $cflags $file FAILED" ; exit 3 ; }
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user