mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
build: criu -- Don't forget to cleanup arch directory
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
0602bca40f
commit
1700a9bf20
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ subclean:
|
|||
# Clean the most, except generated c files
|
||||
clean: subclean
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.syscalls,$(ARCH_DIR)) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile,$(ARCH_DIR)) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.library,pie) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
|
||||
$(Q) $(MAKE) $(build)=pie/piegen $@
|
||||
|
|
@ -202,6 +203,7 @@ clean: subclean
|
|||
# Delete all generated files
|
||||
mrproper: subclean
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.syscalls,$(ARCH_DIR)) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile,$(ARCH_DIR)) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.library,pie) $@
|
||||
$(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
|
||||
$(Q) $(MAKE) $(build)=pie/piegen $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue