[csw-devel] SF.net SVN: gar:[8555] csw/mgar/pkg/git/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Feb 15 14:05:30 CET 2010
Revision: 8555
http://gar.svn.sourceforge.net/gar/?rev=8555&view=rev
Author: bdwalton
Date: 2010-02-15 13:05:30 +0000 (Mon, 15 Feb 2010)
Log Message:
-----------
git: use --without python after configure.ac patches accepted
Modified Paths:
--------------
csw/mgar/pkg/git/trunk/Makefile
Modified: csw/mgar/pkg/git/trunk/Makefile
===================================================================
--- csw/mgar/pkg/git/trunk/Makefile 2010-02-15 12:27:39 UTC (rev 8554)
+++ csw/mgar/pkg/git/trunk/Makefile 2010-02-15 13:05:30 UTC (rev 8555)
@@ -123,7 +123,7 @@
CONFIGURE_ARGS += --enable-pthreads="-D_REENTRANT -lpthread"
CONFIGURE_ARGS += --with-gitconfig=$(sysconfdir)/gitconfig
CONFIGURE_ARGS += --with-pager=/opt/csw/bin/less
-CONFIGURE_ARGS += --with-python=/opt/csw/bin/python
+CONFIGURE_ARGS += --without-python
BUILD_ARGS = MSGFMT=gmsgfmt SHELL_PATH=/opt/csw/bin/bash \
ASCIIDOC_NO_ROFF=YesPlease \
@@ -186,6 +186,4 @@
ginstall -c -m 0755 -d $(BD); \
cp contrib/completion/* \
$(BD)/ )
- @echo TEMP UNTIL USED: Purging Remote Helper Python Stuff
- @( cd $(DESTDIR)/opt/csw/lib; rm -rf python )
@$(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