[csw-devel] SF.net SVN: gar:[10840] csw/mgar/pkg/ddrescue/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 30 14:25:46 CEST 2010


Revision: 10840
          http://gar.svn.sourceforge.net/gar/?rev=10840&view=rev
Author:   dmichelsen
Date:     2010-08-30 12:25:45 +0000 (Mon, 30 Aug 2010)

Log Message:
-----------
ddrescue: Add tweaks

Modified Paths:
--------------
    csw/mgar/pkg/ddrescue/trunk/Makefile

Modified: csw/mgar/pkg/ddrescue/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ddrescue/trunk/Makefile	2010-08-30 12:14:43 UTC (rev 10839)
+++ csw/mgar/pkg/ddrescue/trunk/Makefile	2010-08-30 12:25:45 UTC (rev 10840)
@@ -15,6 +15,12 @@
 # File name regex to get notifications about upstream software releases
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.lz
 
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += CXX="$(CXX)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
 
+TEST_TARGET = check
+
+INSTALL_OVERRIDE_VARS = INSTALL
+INSTALL_OVERRIDE_VAR_INSTALL = /opt/csw/bin/ginstall
+
 include gar/category.mk


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