[CRIU] Re: [PATCH 06/13] make: Add own Makefile.pie for binary blobs we generate

Pavel Emelyanov xemul at parallels.com
Wed Apr 18 04:22:04 EDT 2012


> -RSRCS-BLOB	+= $(patsubst %.o,%.c,$(ROBJS))
> +DEPS		:= $(patsubst %.o,%.d,$(OBJS))
>  
> -RSRCS-BLOB	+= $(patsubst %.o,%.c,$(ROBJS-BLOB))
> -
> -RHEAD-BLOB-GEN	:= $(patsubst %.o,%-blob.h,$(ROBJS-BLOB))
> -RHEAD-BIN	:= $(patsubst %.o,%.bin,$(ROBJS-BLOB))
> -
> -DEPS		:= $(patsubst %.o,%.d,$(OBJS))		\
> -       		   $(patsubst %.o,%.d,$(OBJS-BLOB))	\
> -		   $(patsubst %.o,%.d,$(ROBJS-BLOB))
> -
> -GEN-OFFSETS	:= gen-offsets.sh
> +-include Makefile.pie

Why -include? Makefile.pie always exists.


More information about the CRIU mailing list