[csw-devel] SF.net SVN: gar:[10047] csw/mgar/pkg/libpango/trunk/Makefile
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Mon May 31 07:39:31 CEST 2010
Revision: 10047
http://gar.svn.sourceforge.net/gar/?rev=10047&view=rev
Author: theferret
Date: 2010-05-31 05:39:31 +0000 (Mon, 31 May 2010)
Log Message:
-----------
libpango: Makefile tweaks
Modified Paths:
--------------
csw/mgar/pkg/libpango/trunk/Makefile
Modified: csw/mgar/pkg/libpango/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libpango/trunk/Makefile 2010-05-31 05:37:08 UTC (rev 10046)
+++ csw/mgar/pkg/libpango/trunk/Makefile 2010-05-31 05:39:31 UTC (rev 10047)
@@ -19,12 +19,6 @@
# "make", "make sparcv9", "make package"
-#Uncomment one of these definitions. The -b invokation,
-# is suitable for use with small packages, where you want to have a few files
-# in your top level src directory. It is also suitable for
-# "relocateable" packages. see the createpkg docs for more details.
-#CREATEPKG=createpkg -b `pwd`
-CREATEPKG=createpkg -r `pwd`/build/*/cswstage
## hax for sparcv9
#### THis is more complicated than my regular sparcv9 hack,
@@ -79,10 +73,12 @@
package: $(STDFILE) $(FILES)
- $(CREATEPKG)
+ createpkg -r `pwd`/build/*/cswstage
+ cd devel; createpkg -r `pwd`/../build/*/cswstage
+ mv devel/*.pkg.gz .
+
-
pkgclean:
rm -f *.pkg.gz package
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