[csw-devel] SF.net SVN: gar:[21698] csw/mgar/pkg/liblasi/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Aug 10 18:07:25 CEST 2013
Revision: 21698
http://gar.svn.sourceforge.net/gar/?rev=21698&view=rev
Author: chninkel
Date: 2013-08-10 16:07:23 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
liblasi/trunk: removed useless custom targets, that were in particular preventing LD_OPTIONS to be taken into account
Modified Paths:
--------------
csw/mgar/pkg/liblasi/trunk/Makefile
Modified: csw/mgar/pkg/liblasi/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liblasi/trunk/Makefile 2013-08-10 15:48:53 UTC (rev 21697)
+++ csw/mgar/pkg/liblasi/trunk/Makefile 2013-08-10 16:07:23 UTC (rev 21698)
@@ -50,8 +50,6 @@
RUNTIME_DEP_PKGS_CSWliblasi1 += CSWlibgcc-s1
RUNTIME_DEP_PKGS_CSWliblasi1 += CSWpango
OBSOLETED_BY_CSWliblasi1 = CSWliblasi
-# A lot of those, but the test returns nothing, so false positive
-CHECKPKG_OVERRIDES_CSWliblasi1 += no-direct-binding
PACKAGES += CSWliblasi-dev
SPKG_DESC_CSWliblasi-dev = Developer support for libLASi.so.0
@@ -65,9 +63,8 @@
EXTRA_LD_OPTIONS = -z nolazyload
CONFIGURE_SCRIPTS = custom
-BUILD_SCRIPTS = custom
-TEST_SCRIPTS = custom
INSTALL_SCRIPTS = custom
+TEST_TARGET = test
include gar/category.mk
@@ -88,16 +85,6 @@
. )
@$(MAKECOOKIE)
-build-custom:
- @echo " ==> Building $(NAME) (custom)"
- @( cd $(WORKSRC) ; gmake )
- @$(MAKECOOKIE)
-
-test-custom:
- @echo " ==> Testing $(NAME) (custom)"
- @( cd $(WORKSRC) ; gmake test)
- @$(MAKECOOKIE)
-
install-custom:
@echo " ==> Installing $(NAME) (custom)"
@( cd $(WORKSRC) ; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list