Commit 0af11b42 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: Rename 'piegen' action into 'hgen'

Where hgen stands for "header generator".

travis-ci: success for compel: Rename 'piegen' action into 'hgen'
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 61769b46
......@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
return 0;
}
if (!strcmp(action, "piegen")) {
if (!strcmp(action, "hgen")) {
if (!opts.input_filename)
goto usage;
compel_log_init(&cli_log, log_level);
......@@ -223,6 +223,6 @@ usage:
printf("Usage:\n");
printf(" compel --arch=(x86|ia32|aarch64|arm|ppc64) cflags\n");
printf(" compel --arch=(x86|ia32|aarch64|arm|ppc64) ldflags\n");
printf(" compel -f filename piegen\n");
printf(" compel -f filename hgen\n");
return 1;
}
......@@ -124,7 +124,7 @@ $(eval $(call map,gen-rule-built-in.bin.o,$(parasite_target)))
$(obj)/%-blob.h: $(obj)/%.built-in.bin.o $(SRC_DIR)/compel/compel-host
$(call msg-gen, $@)
$(Q) $(SRC_DIR)/compel/compel-host piegen -f $< \
$(Q) $(SRC_DIR)/compel/compel-host hgen -f $< \
-l 4 \
-v $(call target-name,$@)_relocs \
-p $(call target-name,$@)_blob_offset__ \
......
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