Skip to content

Commit

Permalink
make clean: clean everything even if some commands fail
Browse files Browse the repository at this point in the history
Change-Id: I66e9cbc09bee1306ba63ffaee2aa8eff2adbb5ef
  • Loading branch information
riebl committed Apr 29, 2017
1 parent 37eacb0 commit 604dbb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ VEINS_DIR = extern/veins
all: inet vanetza veins

clean:
$(MAKE) -C $(VEINS_DIR) cleanall
rm -rf $(VANETZA_BUILD_DIR)
-$(MAKE) -C $(INET_DIR) cleanall
-$(MAKE) -C $(VEINS_DIR) cleanall
-rm -rf $(VANETZA_BUILD_DIR)

$(INET_DIR)/src/Makefile: $(INET_DIR)/.gitrepo
cd $(INET_DIR) && $(PYTHON) inet_featuretool disable $(INET_DISABLE_FEATURES)
Expand Down

0 comments on commit 604dbb4

Please # to comment.