[csw-devel] SF.net SVN: gar:[16532] csw/mgar/pkg/sqsh/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Dec 15 23:42:51 CET 2011
Revision: 16532
http://gar.svn.sourceforge.net/gar/?rev=16532&view=rev
Author: dmichelsen
Date: 2011-12-15 22:42:51 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
sqsh/trunk: Some tiny fixups for preserveconf
Modified Paths:
--------------
csw/mgar/pkg/sqsh/trunk/Makefile
Modified: csw/mgar/pkg/sqsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sqsh/trunk/Makefile 2011-12-15 22:33:54 UTC (rev 16531)
+++ csw/mgar/pkg/sqsh/trunk/Makefile 2011-12-15 22:42:51 UTC (rev 16532)
@@ -10,6 +10,11 @@
# under CSW:
#
# http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/cpan/DBD-Sybase/trunk/Makefile
+#
+# To bo done:
+# - Solaris 9 i386 build
+# - Solaris 10 i386 and amd64 build
+# - PRESERVECONF somehow does not work yet, interaction with alternatives?
DESCRIPTION = Powerful SQL shell with advanced scripting ability for Sybase
define BLURB
@@ -95,9 +100,9 @@
MERGE_DIRS_isa-default-dbdriver-freetds = $(DBDSYBASEDIR)
EXTRA_PAX_ARGS = -s ",/sqsh$$,/sqsh-$(DBDRIVER),p"
-EXTRA_PAX_ARGS += -s ",/sqshrc$$,/sqshrc-$(DBDRIVER),p"
+EXTRA_PAX_ARGS += -s ",/sqshrc$$,/sqshrc-$(DBDRIVER).CSW,p"
-PRESERVECONF += $(foreach D,$(MODULATIONS_DBDRIVER),$(sysconfdir)/sqshrc-$D)
+PRESERVECONF += $(foreach D,$(MODULATIONS_DBDRIVER),$(sysconfdir)/sqshrc-$D.CSW)
ALTERNATIVES_CSWsqsh-ocs = ocs
ALTERNATIVES_CSWsqsh-freetds = freetds
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