Skip to content

Commit e1f5dc5

Browse files
committed
Makefile: remove guestfs dir on make mrproper
The guestfs directory can safely be removed if a user uses 'make mrproper' so just nuke it. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent a30bca0 commit e1f5dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ mrproper:
257257
$(Q)rm -f .config .config.old extra_vars.yaml $(KCONFIG_YAMLCFG)
258258
$(Q)rm -f playbooks/secret.yml $(KDEVOPS_EXTRA_ADDON_DEST)
259259
$(Q)rm -rf include
260+
$(Q)rm -rf guestfs
260261

261262
kconfig-help-menu:
262263
$(Q)$(MAKE) -s -C scripts/kconfig help

0 commit comments

Comments
 (0)