mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
iteropts.sh: Fix warning on first run
Running iteropts.sh there is a warning on the first cycle that lwipopts_test.h cannot be removed.
This commit is contained in:
parent
fdcfb9bdce
commit
3636b3e2d1
@ -14,7 +14,7 @@ do
|
||||
BUILDLOG=$(basename "$f" ".h").log
|
||||
echo testing $f
|
||||
echo testing $f >> $LOGFILE
|
||||
rm $EXAPPDIR/lwipopts_test.h
|
||||
rm -f $EXAPPDIR/lwipopts_test.h
|
||||
# cat the file to update its timestamp
|
||||
cat $f > $EXAPPDIR/lwipopts_test.h
|
||||
make TESTFLAGS="-DLWIP_OPTTEST_FILE -Wno-documentation" -j 4 1> $BUILDLOG 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user