Merge pull request #15333 from aabadie/pr/boards/native_remove_all-debug
boards/native: remove all-debug deprecated target
This commit is contained in:
commit
f8c385240a
@ -137,9 +137,6 @@ endif
|
|||||||
|
|
||||||
all: # do not override first target
|
all: # do not override first target
|
||||||
|
|
||||||
all-debug: all
|
|
||||||
@$(COLOR_ECHO) '$(COLOR_RED)`all-debug` is deprecated, just use `all`$(COLOR_RESET)'
|
|
||||||
|
|
||||||
all-gprof: all
|
all-gprof: all
|
||||||
|
|
||||||
all-asan: all
|
all-asan: all
|
||||||
|
|||||||
@ -31,11 +31,4 @@ On Debian/Ubuntu you can install the required libraries with
|
|||||||
sudo apt install gcc-multilib
|
sudo apt install gcc-multilib
|
||||||
```
|
```
|
||||||
|
|
||||||
# Building native with debug flags
|
|
||||||
@deprecated `make all-debug` is deprecated; `make all` now builds with debugs
|
|
||||||
flags by default. The target will be removed after the 2020.10
|
|
||||||
release.
|
|
||||||
|
|
||||||
To build with debug flags for `native` use `make all-debug` instead of
|
|
||||||
`make all`
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
2
dist/tools/ci/build_and_test.sh
vendored
2
dist/tools/ci/build_and_test.sh
vendored
@ -50,7 +50,7 @@ then
|
|||||||
|
|
||||||
if [ "$BUILDTEST_MCU_GROUP" == "x86" ]
|
if [ "$BUILDTEST_MCU_GROUP" == "x86" ]
|
||||||
then
|
then
|
||||||
make -C ./tests/unittests all-debug test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
|
make -C ./tests/unittests all test BOARD=native TERMPROG='gdb -batch -ex r -ex bt $(ELF)' || exit
|
||||||
set_result $?
|
set_result $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user