From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 8491ADE057 for ; Thu, 11 Sep 2008 07:45:40 +1000 (EST) Message-ID: <48C83FA7.70501@freescale.com> Date: Wed, 10 Sep 2008 16:44:07 -0500 From: Scott Wood MIME-Version: 1.0 To: Randy Dunlap Subject: Re: arch/powerpc/boot/.gitignore questions References: <48C81ED5.1030701@oracle.com> <20080910164046.4813753b@wally.pikatech.com> <48C83E29.4070508@oracle.com> In-Reply-To: <48C83E29.4070508@oracle.com> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, Sean MacLennan List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Randy Dunlap wrote: >>> I was looking at the arch/powerpc/boot/.gitignore file. >>> Why are all of those non-local-directory files listed there? >>> E.g., empty.c, inf*.c, inf*.h, zconf.h, zlib.h, zutil.h, etc. > > Why would these files be listed in arch/powerpc/boot/.gitignore ?? Because they're created when building a bootwrapper? >>> And what is "dtc"? I see a dtc-src directory, but "dtc" is MIA. >> ./arch/powerpc/boot/dtc > > Where do you see that? That's not in 2.6.27-rc6 nor in the current > powerpc.git tree. They both have: Of course not -- it wouldn't be in gitignore if it weren't a generated file. >> pwd > /var/linsrc/lin2627-rc6/arch/powerpc/boot >> ls -ld dt* > drwxr-xr-x 2 rdunlap users 4096 Jul 13 14:51 dtc-src/ > drwxr-xr-x 2 rdunlap users 4096 Sep 9 19:33 dts/ > > > which leads me to believe that the .gitignore entry should be either > dts or dtc-src or both, but not "dtc". Why would we want to ignore source directories? dtc is the binary that is built from dtc-src. -Scott