diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-19 14:50:02 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:16 +0200 |
commit | 573b8543cb41b88dd6e255a3c566a31a881a3e7e (patch) | |
tree | 6c5e913f53099980c2a0493048a3f5174a8e90a8 /postprocess | |
parent | 3cc8feff1b81ddfe4eafa5cf23e98b1c536f5f1a (diff) |
start to use instdir for subsequentcheck tests; avoid make dev-install
This commit breaks linkoo.
make dev-install continues to work as before but it's not necessary to
use it anymore.
make check now uses files copied into instdir by gbuild.
TODO: fix remaining issues so that instdir is the same as install/.
Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Module_postprocess.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index 4baeb6197559..15e7b5875534 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -17,6 +17,7 @@ $(eval $(call gb_Module_add_targets,postprocess,\ CustomTarget_registry \ Package_images \ Package_registry \ + Package_registry_install \ Rdb_services \ )) @@ -26,10 +27,4 @@ $(eval $(call gb_Module_add_targets,postprocess,\ )) endif -ifneq ($(gb_RUNNABLE_INSTDIR),) -$(eval $(call gb_Module_add_targets,postprocess,\ - Package_registry_install \ -)) -endif - # vim: set noet sw=4 ts=4: |