summaryrefslogtreecommitdiff
path: root/instsetoo_native/CustomTarget_setup.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-17 17:24:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:01 +0200
commitb45d2e7d144fb5fba8d38a85e3777287fd602e04 (patch)
treee47bc7e63ee82f644f69dc076e273ce8795d3500 /instsetoo_native/CustomTarget_setup.mk
parent96d98bc617b5fbfac785205c73cfc4d94d29c08f (diff)
ure: install files with filelists
This commit adds gb_Package_add_symbolic_link. Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
Diffstat (limited to 'instsetoo_native/CustomTarget_setup.mk')
-rw-r--r--instsetoo_native/CustomTarget_setup.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk
index a669fd594e15..9db16987612b 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -12,7 +12,6 @@ $(eval $(call gb_CustomTarget_CustomTarget,instsetoo_native/setup))
$(eval $(call gb_CustomTarget_register_targets,instsetoo_native/setup,\
ooenv \
$(if $(filter TRUE,$(DISABLE_PYTHON)),,pythonloader.unorc) \
- ure-link \
versionrc \
))
@@ -43,13 +42,6 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/pythonloader.unorc :
) \
) > $@
-$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/ure-link :
- $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LN ,1)
- rm -f $@ && \
- mkdir -p $(dir $@)/ure && \
- cd $(dir $@) && \
- ln -s ure ure-link
-
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/versionrc :
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \