From 1dd62c4d1f70eba832f2e7035bc47278a86fc2bc Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 16 Sep 2014 16:23:10 -0300 Subject: [PATCH] turn `make clean` into a light cleanup --- utils/centos6-vagrant-lxc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/centos6-vagrant-lxc/Makefile b/utils/centos6-vagrant-lxc/Makefile index 9c67862..5c4442d 100644 --- a/utils/centos6-vagrant-lxc/Makefile +++ b/utils/centos6-vagrant-lxc/Makefile @@ -36,10 +36,12 @@ install: $(BOX).box vagrant box add $(BOX) $^ clean: + $(RM) $(BOX).box + +fullclean: clean sudo $(RM) -r rootfs sudo $(RM) rootfs.tar.gz $(RM) .$(BOX)-base - $(RM) $(BOX).box $(RM) lxc.conf $(RM) metadata.json sudo lxc-destroy -n $(BOX)-base -- libgit2 0.21.2