Skip to content
Snippets Groups Projects
Commit bd198d61 authored by Raphael S. Carvalho's avatar Raphael S. Carvalho Committed by Pekka Enberg
Browse files

Makefile: Fix make clean


The line respective to the mgmt was building it instead of cleaning
it up.

Reviewed-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarRaphael S. Carvalho <raphaelsc@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent cd79456a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ $(submake) $(modulemk): Makefile
clean:
$(call quiet, rm -rf build/$(mode), CLEAN)
$(call only-if, $(mgmt), $(MAKE) -C mgmt)
$(call only-if, $(mgmt), $(call quiet, $(MAKE) -C mgmt clean >> /dev/null, MGMT CLEAN))
$(call quiet, cd java && mvn clean -q, MVN CLEAN)
check: export image ?= tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment