[csw-devel] SF.net SVN: gar:[17792] csw/mgar/pkg/gdal/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 20 22:10:12 CEST 2012
Revision: 17792
http://gar.svn.sourceforge.net/gar/?rev=17792&view=rev
Author: bdwalton
Date: 2012-04-20 20:10:11 +0000 (Fri, 20 Apr 2012)
Log Message:
-----------
gdal/trunk: link bin files from /opt/csw/gxx to traditional csw bin directory
Modified Paths:
--------------
csw/mgar/pkg/gdal/trunk/Makefile
Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile 2012-04-20 20:06:52 UTC (rev 17791)
+++ csw/mgar/pkg/gdal/trunk/Makefile 2012-04-20 20:10:11 UTC (rev 17792)
@@ -95,3 +95,10 @@
# to avoid the __sync_fetch_and_add4 issue (must be after including category)
ARCHFLAGS_GCC4_sparcvv8 = -m32
+
+post-merge:
+ @( cd $(PKGROOT)/opt/csw; mkdir bin; cd bin; \
+ for f in ../gxx/bin/*; do \
+ gln -s $$f; \
+ done; )
+ @$(MAKECOOKIE)
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