[CRIU] [PATCH 2/6] Makefiles: don't use the FORCE, Luke!

Pavel Emelyanov xemul at virtuozzo.com
Wed Feb 24 02:24:04 PST 2016


>> @@ -25,8 +23,9 @@ Dockerfile.x86_64: Dockerfile.x86_64.hdr Dockerfile.tmpl
>>   qemu-user-static:
>>   	./extract-deb-pkg qemu-user-static
>>   
>> -binfmt_misc: .FORCE
>> +binfmt_misc:
>>   	./binfmt_misc
>> +.PHONY: binfmt_misc
> A small nit:
> maybe we could use the same approach as in root/Makefile:
> PHONY += binfmt_misc
> # ...
> .PHONY: $(PHONY)
> Just for similarity, as we touch here anyway, eh?

Kir, please. And also split the patch as Cyrill asks for.

-- Pavel



More information about the CRIU mailing list