Commit 70afb3bd authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

build: clean up various other bits

.gitid, and some of the build directories from setup.py need to be cleaned
on 'clean'.
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3d0fcc07
...@@ -147,6 +147,7 @@ clean: clean-built ...@@ -147,6 +147,7 @@ clean: clean-built
$(call msg-clean, criu) $(call msg-clean, criu)
$(Q) $(RM) cscope.* $(Q) $(RM) cscope.*
$(Q) $(RM) tags TAGS $(Q) $(RM) tags TAGS
$(Q) $(RM) .gitid
.PHONY: clean .PHONY: clean
# #
......
...@@ -36,6 +36,7 @@ clean: ...@@ -36,6 +36,7 @@ clean:
$(Q) $(RM) c/criu.pc $(Q) $(RM) c/criu.pc
$(call msg-clean, lib-py) $(call msg-clean, lib-py)
$(Q) $(MAKE) -C py $@ $(Q) $(MAKE) -C py $@
$(Q) $(RM) -r build usr
.PHONY: clean .PHONY: clean
install: lib-c lib-py ../crit/crit c/criu.pc.in install: lib-c lib-py ../crit/crit c/criu.pc.in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment