[csw-devel] SF.net SVN: gar:[15398] csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Aug 21 14:55:24 CEST 2011
Revision: 15398
http://gar.svn.sourceforge.net/gar/?rev=15398&view=rev
Author: wahwah
Date: 2011-08-21 12:55:24 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
pkg/gcc4/branches/bootstrap-4.6: removing includedir
Modified Paths:
--------------
csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
Modified: csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-21 08:58:44 UTC (rev 15397)
+++ csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-21 12:55:24 UTC (rev 15398)
@@ -43,8 +43,22 @@
# Could be used to break out of the /opt/csw/gcc4 prefix
# CONFIGURE_ARGS += --program-prefix=gcc4-
-CONFIGURE_ARGS += --with-pkgversion=OpenCSW
CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --prefix=$(prefix)
+# The theory is that this confuses the installer
+# CONFIGURE_ARGS += --includedir=$(prefix)/include
+CONFIGURE_ARGS += --exec_prefix=$(prefix)
+CONFIGURE_ARGS += --bindir=$(bindir)
+CONFIGURE_ARGS += --sbindir=$(sbindir)
+CONFIGURE_ARGS += --libexecdir=$(libexecdir)
+CONFIGURE_ARGS += --datadir=$(datadir)
+CONFIGURE_ARGS += --sysconfdir=/etc$(prefix)
+CONFIGURE_ARGS += --sharedstatedir=$(prefix)/share
+CONFIGURE_ARGS += --localstatedir=/var$(prefix)
+CONFIGURE_ARGS += --libdir=$(libdir)
+CONFIGURE_ARGS += --infodir=$(datadir)/info
+CONFIGURE_ARGS += --mandir=$(mandir)
+
CONFIGURE_ARGS += --exec-prefix=$(BUILD_PREFIX)/gcc4
CONFIGURE_ARGS += --with-gnu-as
CONFIGURE_ARGS += --with-as=/opt/csw/bin/gas
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