From owner-freebsd-scsi@FreeBSD.ORG Fri Jul 11 13:50:49 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CF437B401 for ; Fri, 11 Jul 2003 13:50:49 -0700 (PDT) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E672443F3F for ; Fri, 11 Jul 2003 13:50:47 -0700 (PDT) (envelope-from schweikh@schweikhardt.net) Received: from bremen.shuttle.de (localhost [127.0.0.1]) by bremen.shuttle.de (Postfix) with ESMTP id B365C17D40 for ; Fri, 11 Jul 2003 22:50:46 +0200 (CEST) Received: (from uucp@localhost)h6BKoknO031173 for freebsd-scsi@freebsd.org; Fri, 11 Jul 2003 22:50:46 +0200 Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.12.9/8.12.9) id h6BKouv3074179 for freebsd-scsi@freebsd.org; Fri, 11 Jul 2003 22:50:56 +0200 (CEST) (envelope-from schweikh) Date: Fri, 11 Jul 2003 22:50:56 +0200 From: Jens Schweikhardt To: freebsd-scsi@freebsd.org Message-ID: <20030711205056.GA73881@schweikhardt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: -I/usr/include and aic7xxxx X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 20:50:49 -0000 hello, world & Justin\n until now I thought that a buildworld/buildkernel is self contained in /usr/src (no sources or headers pulled in from outside /usr/src). Grepping my latest current build logs, this is what I get: $ fgrep -- -I/usr/include mk-bk-07-09-2119 cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c /share/src/HEAD/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c /share/src/HEAD/sys/dev/aic7xxx/aicasm/aicasm_symbol.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c aicasm_gram.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c aicasm_macro_gram.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c aicasm_scan.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -c aicasm_macro_scan.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/dev/aic7xxx/aicasm -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c /share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c /share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c aicasm_gram.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c aicasm_macro_gram.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c aicasm_scan.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -c aicasm_macro_scan.c cc -O -pipe -mcpu=i686 -nostdinc -I/usr/include -I. -I/share/src/HEAD/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll Shouldn't this be -I/usr/src/include instead of -I/usr/include? Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped)