Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2009 12:32:59 +0000
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        freebsd-questions@freebsd.org
Subject:   ports tree build ignores /etc/make.conf
Message-ID:  <20090108123259.GA69018@mech-cluster238.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
	I have:

# uname -srm
FreeBSD 6.4-STABLE alpha
#

	In /etc/make.conf I have

.if ${.CURDIR:M*/lang/gcc*}
NOT_FOR_ARCHS=
.endif

	However, I get:

# cd /usr/ports/lang/gcc43
# make
===>  gcc-4.3.3_20090101 does not run on alpha ia64, while you are running alpha.
*** Error code 1

Stop in /usr/ports/lang/gcc43.
# 

	So it seems make ignores NOT_FOR_ARCHS= setting.
When I add this to the gcc43/Makefile directly, build
goes ahead.

	What's the problem?

	many thanks
	anton
  
-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090108123259.GA69018>