From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 27 09:31:22 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 497771065679 for ; Tue, 27 Sep 2011 09:31:22 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D9C388FC0C for ; Tue, 27 Sep 2011 09:31:21 +0000 (UTC) Received: by eyg7 with SMTP id 7so5972429eyg.13 for ; Tue, 27 Sep 2011 02:31:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=KAygTAcbz3rKiTK/KweLUqBK9sc5wAg2B3wFMN2qVJI=; b=Ef17fZ8bUh6osMy1/yeFcNesvfRvejP1RVkqVeI5PoxU3zxzo9LtCfIuTo8dESvRn8 o670PBedghlkZIY0D8RGb6OjkUv127KCF16aIdF2QIvISr0+s+krWha/AkZvNFR6esRE KvSz5/3HY/QITnnS8sb2DjuyOBzQtVaWWZJV4= Received: by 10.213.14.17 with SMTP id e17mr1858483eba.61.1317115880785; Tue, 27 Sep 2011 02:31:20 -0700 (PDT) Received: from DEV ([82.193.208.173]) by mx.google.com with ESMTPS id q50sm68387245eef.9.2011.09.27.02.31.18 (version=SSLv3 cipher=OTHER); Tue, 27 Sep 2011 02:31:19 -0700 (PDT) Message-ID: <20110927.093117.140.1@DEV> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Tue, 27 Sep 2011 11:31:17 +0200 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.0.0) Cc: Subject: /usr/src -> make doesn't recognize target when '-f -' is used X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 09:31:22 -0000 cd /usr/src=0D=0A=0D=0AThis works:=0D=0A--=0D=0A# echo = 'CPUTYPE?=3Dcore2=0D=0ACFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_CFLAGS=3Dyes=0D=0ACOPTFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_COPTFLAGS=3Dyes' = | /usr/bin/make __MAKE_CONF=3D/dev/null -f - -V = CPUTYPE=0D=0A--=0D=0A=0D=0AThis DOESN'T:=0D=0A--=0D=0A# echo = 'CPUTYPE?=3Dcore2=0D=0ACFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_CFLAGS=3Dyes=0D=0ACOPTFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_COPTFLAGS=3Dyes' = | /usr/bin/make __MAKE_CONF=3D/dev/null -f - -j4 = buildworld=0D=0A=0D=0Amake: don't know how to make buildworld. Stop=0D=0A = (Yes, in /usr/src)=0D=0A--=0D=0A=0D=0AWhen '-f -' is removed, build = will start?=0D=0AIs this a bug or I simply don't see, an obvious = thing?=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6