diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-17 17:24:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:01 +0200 |
commit | b45d2e7d144fb5fba8d38a85e3777287fd602e04 (patch) | |
tree | e47bc7e63ee82f644f69dc076e273ce8795d3500 /instsetoo_native | |
parent | 96d98bc617b5fbfac785205c73cfc4d94d29c08f (diff) |
ure: install files with filelists
This commit adds gb_Package_add_symbolic_link.
Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/CustomTarget_setup.mk | 8 | ||||
-rw-r--r-- | instsetoo_native/Package_setup.mk | 2 |
2 files changed, 0 insertions, 10 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) ( \ diff --git a/instsetoo_native/Package_setup.mk b/instsetoo_native/Package_setup.mk index b2a2c9908773..03590e2a2249 100644 --- a/instsetoo_native/Package_setup.mk +++ b/instsetoo_native/Package_setup.mk @@ -17,6 +17,4 @@ $(eval $(call gb_Package_add_files,instsetoo_native_setup,$(gb_PROGRAMDIRNAME),\ versionrc \ )) -$(eval $(call gb_Package_add_file,instsetoo_native_setup,ure-link,ure-link)) - # vim: set noet sw=4 ts=4: |