Commit ea50dbec authored by Benoit Rat's avatar Benoit Rat

build: --clean command now call "make clean" of userspace

Before the cleaning was not done and the git tag was not taken into
account if modified without modifying any source.
parent 2380377c
......@@ -85,6 +85,7 @@ pack()
clean()
{
echo "Cleaning all outputs except downloads"
make -C ${WRS_BASE_DIR}/../userspace clean
rm -Rf ${WRS_OUTPUT_DIR}/build/
rm -Rf ${WRS_OUTPUT_DIR}/images/
rm -Rf ${WRS_OUTPUT_DIR}/doc/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment