[csw-devel] SF.net SVN: gar:[10163] csw/mgar/pkg/gtk2/branches/Makefile
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Thu Jun 10 07:13:00 CEST 2010
Revision: 10163
http://gar.svn.sourceforge.net/gar/?rev=10163&view=rev
Author: theferret
Date: 2010-06-10 05:12:59 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
gtk2/branches: final touches on Makefile
Modified Paths:
--------------
csw/mgar/pkg/gtk2/branches/Makefile
Modified: csw/mgar/pkg/gtk2/branches/Makefile
===================================================================
--- csw/mgar/pkg/gtk2/branches/Makefile 2010-06-09 19:37:31 UTC (rev 10162)
+++ csw/mgar/pkg/gtk2/branches/Makefile 2010-06-10 05:12:59 UTC (rev 10163)
@@ -201,7 +201,8 @@
build/.stage-$(ARCH)-64.done: $(SRCDIR)/cswstage
@echo ""
@(cd $(SRCDIR); gmake DESTDIR=`pwd`/tmpdest install )
- @(cd $(SRCDIR)/tmpdest; tar cf - ./$(LIBDIR64_$(ARCH)) ) | (cd $(SRCDIR/cswstage; tar cf -))
+ @echo copying $(SRCDIR)/tmpdest/$(LIBDIR64_$(ARCH))
+ @(cd $(SRCDIR)/tmpdest; tar cf - ./$(LIBDIR64_$(ARCH)) ) | (cd $(SRCDIR)/cswstage; tar xf -)
cp $(SRCDIR)/COPYING $(SRCDIR)/cswstage/COPYING
@echo ""
touch $@
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