From owner-freebsd-questions@FreeBSD.ORG Tue Jul 18 15:40:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 313D216A4DA for ; Tue, 18 Jul 2006 15:40:32 +0000 (UTC) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (mic92-1-87-90-12-116.dsl.club-internet.fr [87.90.12.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBE143D46 for ; Tue, 18 Jul 2006 15:40:31 +0000 (GMT) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (localhost [127.0.0.1]) by scienceclue.ath.cx (8.13.6/8.13.6) with ESMTP id k6IFgTl2076077 for ; Tue, 18 Jul 2006 17:42:29 +0200 (CEST) (envelope-from root@scienceclue.ath.cx) Received: (from root@localhost) by scienceclue.ath.cx (8.13.6/8.13.6/Submit) id k6IFgOKC076076 for freebsd-questions@freebsd.org; Tue, 18 Jul 2006 17:42:24 +0200 (CEST) (envelope-from root) Date: Tue, 18 Jul 2006 17:42:23 +0200 From: Mathieu Prevot To: freebsd-questions@freebsd.org Message-ID: <20060718154223.GA76061@scienceclue.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: make.conf doesn't work as expected (MAKEFLAGS and .MAKEFLAGS) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu Prevot List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 15:40:32 -0000 Hello, in make.conf I added: .if ${.CURDIR:N/usr/ports/*} MAKEFLAGS+= -j 9 .endif but the compilation doesn't occur as if I do `make -j9` Any ideas ??