Skip to content

Commit 5e66af6

Browse files
committed
mk: forcibly delete dest dir when PREPARE_CLEAN
1 parent b2eef52 commit 5e66af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/prepare.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ prepare-maybe-clean:
201201
$(if $(findstring true,$(PREPARE_CLEAN)),\
202202
@$(call E, cleaning destination $@),)
203203
$(if $(findstring true,$(PREPARE_CLEAN)),\
204-
$(Q)rm -r $(PREPARE_DEST_DIR),)
204+
$(Q)rm -rf $(PREPARE_DEST_DIR),)

0 commit comments

Comments
 (0)