[csw-devel] SF.net SVN: gar:[15403] csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Aug 22 14:17:48 CEST 2011


Revision: 15403
          http://gar.svn.sourceforge.net/gar/?rev=15403&view=rev
Author:   wahwah
Date:     2011-08-22 12:17:48 +0000 (Mon, 22 Aug 2011)

Log Message:
-----------
pkg/gcc4/branches/bootstrap-4.6: removing DIRPATHS

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-22 12:04:27 UTC (rev 15402)
+++ csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile	2011-08-22 12:17:48 UTC (rev 15403)
@@ -43,22 +43,9 @@
 # Could be used to break out of the /opt/csw/gcc4 prefix
 # CONFIGURE_ARGS += --program-prefix=gcc4-
 
-CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --prefix=$(prefix)
-# The theory is that this confuses the installer
+# The theory is that DIRPATHS confuse the installer, e.g. includedir
 # 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