mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
makefile: untie misc targets from dep files
Such targets as "tags", "cscope" and "clean" doesn't require blob headers to be rebuilt. Thi patch remove this dependence. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
949b11b33e
commit
af76a228ed
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -182,4 +182,9 @@ cscope:
|
|||
$(Q) $(CSCOPE) -bkqu
|
||||
.PHONY: cscope
|
||||
|
||||
no-blob-targets := tags clean cscope
|
||||
|
||||
ifeq ($(filter-out no-blob-targets, $(MAKECMDGOALS)),)
|
||||
-include $(DEPS)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue