[csw-devel] SF.net SVN: gar:[10025] csw/mgar/pkg/TEMPLATES/createpkg/Makefile
theferret at users.sourceforge.net
theferret at users.sourceforge.net
Thu May 27 23:35:14 CEST 2010
Revision: 10025
http://gar.svn.sourceforge.net/gar/?rev=10025&view=rev
Author: theferret
Date: 2010-05-27 21:35:14 +0000 (Thu, 27 May 2010)
Log Message:
-----------
TEMPLATES/createpkg
Modified Paths:
--------------
csw/mgar/pkg/TEMPLATES/createpkg/Makefile
Modified: csw/mgar/pkg/TEMPLATES/createpkg/Makefile
===================================================================
--- csw/mgar/pkg/TEMPLATES/createpkg/Makefile 2010-05-27 21:17:29 UTC (rev 10024)
+++ csw/mgar/pkg/TEMPLATES/createpkg/Makefile 2010-05-27 21:35:14 UTC (rev 10025)
@@ -29,12 +29,15 @@
# dummy target for configure
build/.config.done:
+ @echo Configuring with:
+ @echo CC=$(CC) $(CFLAGS)
+ @echo CXX=$(CXX) $(CXXFLAGS)
(cd $(BUILDDIR) ; \
test -f ../../patchfile.preconf && \
gpatch -p0 <../../patchfile.preconf ; \
- ./configure --prefix=/opt/csw --enable-static=no ; \
- test -f ../../patchfile.postconf && \
- gpatch -p0 <../../patchfile.postconf )
+ ./configure --prefix=/opt/csw ; \
+ if test -f ../../patchfile.postconf ; then \
+ gpatch -p0 <../../patchfile.postconf ; fi)
touch build/.config.done
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