summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile6
-rw-r--r--src/build/linker/makefile2
-rw-r--r--src/build/mkrules/binfile.rules.mk2
-rw-r--r--src/build/mkrules/images.rules.mk2
-rw-r--r--src/makefile4
5 files changed, 8 insertions, 8 deletions
diff --git a/makefile b/makefile
index c55543f9c..e76a4f5ca 100644
--- a/makefile
+++ b/makefile
@@ -23,12 +23,12 @@
SUBDIRS = src.d
ROOTPATH = .
-IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html
+IMAGE_PASS_POST += $(GENDIR)/hwp_id.html
CLEAN_TARGETS += $(GENDIR)/hwp_id.html
ifndef BUILD_MINIMAL
-IMAGE_PASS_BODY += cscope ctags
+IMAGE_PASS_POST += cscope ctags
endif
-IMAGE_PASS_BODY += check_istep_modules
+IMAGE_PASS_POST += check_istep_modules
include ./config.mk
diff --git a/src/build/linker/makefile b/src/build/linker/makefile
index 74635ad00..acb1993e0 100644
--- a/src/build/linker/makefile
+++ b/src/build/linker/makefile
@@ -22,7 +22,7 @@
# IBM_PROLOG_END_TAG
ROOTPATH = ../../..
-CODE_PASS_BODY += linker
+CODE_PASS_POST += linker
CLEAN_TARGETS += linker
include $(ROOTPATH)/config.mk
diff --git a/src/build/mkrules/binfile.rules.mk b/src/build/mkrules/binfile.rules.mk
index 1f2ac1522..e3d522eac 100644
--- a/src/build/mkrules/binfile.rules.mk
+++ b/src/build/mkrules/binfile.rules.mk
@@ -41,7 +41,7 @@ ifdef BINARY_FILES
# files cache.
#
define __BINARY_CACHE_FILE
-GEN_PASS_BODY += $(1)
+GEN_PASS_POST += $(1)
CLEAN_TARGETS += $(1)
ifneq "$(wildcard $(addprefix $(BINFILE_CACHE_LOCALDIR),$(2)))" ""
diff --git a/src/build/mkrules/images.rules.mk b/src/build/mkrules/images.rules.mk
index 78a4d0962..3b8229314 100644
--- a/src/build/mkrules/images.rules.mk
+++ b/src/build/mkrules/images.rules.mk
@@ -29,7 +29,7 @@ ifdef IMGS
_IMGS = $(addprefix $(IMGDIR)/, $(IMGS))
IMAGES += $(addsuffix .bin, $(_IMGS)) $(addsuffix .elf, $(_IMGS))
-IMAGE_PASS_BODY += $(addsuffix .list.bz2, $(_IMGS)) $(addsuffix .syms, $(_IMGS))
+IMAGE_PASS_POST += $(addsuffix .list.bz2, $(_IMGS)) $(addsuffix .syms, $(_IMGS))
CLEAN_TARGETS += $(addsuffix .list.bz2, $(_IMGS)) $(addsuffix .syms, $(_IMGS))
define ELF_template
diff --git a/src/makefile b/src/makefile
index 21aeedd16..258f2fb11 100644
--- a/src/makefile
+++ b/src/makefile
@@ -95,9 +95,9 @@ hbicore_test_MODULES = ${hbicore_MODULES}
hbicore_test_EXTENDED_MODULES = ${hbicore_EXTENDED_MODULES} ${TESTCASE_MODULES}
hbicore_test_DATA_MODULES = ${hbicore_DATA_MODULES} testdata
-IMAGE_PASS_BODY += buildpnor imgsizecheck
+IMAGE_PASS_POST += buildpnor imgsizecheck
-IMAGE_PASS_BODY += $(IMGDIR)/hbotStringFile
+IMAGE_PASS_POST += $(IMGDIR)/hbotStringFile
CLEAN_TARGETS += $(IMGDIR)/hbotStringFile
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud