diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-24 19:32:18 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-25 14:45:37 -0400 |
commit | 5ebb1a593d193f57722e38d5dc0fea4c93207d41 (patch) | |
tree | 61483a3e6ffcf4c44101e61228a963f3e0adfe3a /oox | |
parent | a81f44c707c4df56e7b999fa3b656d7fa4543d1b (diff) |
cleanup gbuild output
Change-Id: I53e1ccda41688975ea180f44bfd507ce4ca39bf2
Diffstat (limited to 'oox')
-rw-r--r-- | oox/CustomTarget_generated.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/CustomTarget_generated.mk b/oox/CustomTarget_generated.mk index 196a106dd9ab..2d7b67c424bb 100644 --- a/oox/CustomTarget_generated.mk +++ b/oox/CustomTarget_generated.mk @@ -18,12 +18,12 @@ $(oox_MISC)/vmlexport-shape-types.cxx : \ $(SRCDIR)/oox/source/export/preset-definitions-to-shape-types.pl \ $(SRCDIR)/oox/source/export/presetShapeDefinitions.xml \ $(SRCDIR)/oox/source/export/presetTextWarpDefinitions.xml - $(call gb_Output_announce,$@,build,PRL,1) + $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,PRL,1) mkdir -p $(dir $@) perl $^ > $@.in_progress 2> $@.log && mv $@.in_progress $@ $(oox_INC)/tokenhash.inc : $(oox_MISC)/tokenhash.gperf - $(call gb_Output_announce,$@,build,GPF,1) + $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,GPF,1) $(GPERF) --compare-strncmp $< | sed -e 's/(char\*)0/(char\*)0, 0/g' | grep -v '^#line' > $@ oox_GenTarget_get_target = $(oox_MISC)/$(1) @@ -35,7 +35,7 @@ $(oox_GENHEADERPATH)/$(1).hxx $(oox_MISC)/$(2)ids.inc $(oox_INC)/$(2)names.inc \ $(call oox_GenTarget_get_target,$(1)) : $(oox_SRC)/$(1).pl $(oox_SRC)/$(1).txt \ $(oox_SRC)/$(1).hxx.head $(oox_SRC)/$(1).hxx.tail - $$(call gb_Output_announce,$$@,build,PRL,1) + $$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),build,PRL,1) mkdir -p $(oox_MISC) $(oox_INC) $(oox_GENHEADERPATH) perl $(oox_SRC)/$(1).pl $(oox_SRC)/$(1).txt $(oox_MISC)/$(2)ids.inc \ $(oox_INC)/$(2)names.inc $(if $(3),$(oox_MISC)/$(3)) \ |