summaryrefslogtreecommitdiff
path: root/instsetoo_native/CustomTarget_install.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-12-09 16:41:53 +0100
committerJan Holesovsky <kendy@collabora.com>2014-12-09 16:49:36 +0100
commitac403251e72826c7414d644c5e90fa7909189b92 (patch)
tree67c0c9ef3fcd9bb818eb2921fcc1298b6f355d4a /instsetoo_native/CustomTarget_install.mk
parent7ca08a8bed21bfa6db083b4bcd1c206a149b4811 (diff)
Allow comments is .idt files, and comment that "Excecution" is _necessary_.
Change-Id: I10d0f32fedd842023bf94b252bcb48bfc2264dd4
Diffstat (limited to 'instsetoo_native/CustomTarget_install.mk')
-rw-r--r--instsetoo_native/CustomTarget_install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk
index 2d6f5370c559..f894ae547732 100644
--- a/instsetoo_native/CustomTarget_install.mk
+++ b/instsetoo_native/CustomTarget_install.mk
@@ -65,7 +65,7 @@ define instsetoo_native_msitemplates
TEMPLATE_DIR=$(dir $@)msi_templates \
&& rm -rf $${TEMPLATE_DIR} \
&& mkdir -p $${TEMPLATE_DIR}/Binary \
-&& $(GNUCOPY) $(SRCDIR)/instsetoo_native/inc_$(1)/windows/msi_templates/*.* $${TEMPLATE_DIR} \
+&& for I in $(SRCDIR)/instsetoo_native/inc_$(1)/windows/msi_templates/*.* ; do $(GREP) -v '^#' "$$I" > $${TEMPLATE_DIR}/`basename $$I` ; done \
&& $(GNUCOPY) $(SRCDIR)/instsetoo_native/inc_common/windows/msi_templates/Binary/*.* $${TEMPLATE_DIR}/Binary
endef
else