From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Mon, 10 Mar 2008 21:20:42 +0100 Subject: [Buildroot] svn commit: trunk/buildroot: package References: <20080310152243.544A212C5F4@busybox.net> <877iga5yy6.fsf@macbook.be.48ers.dk> Message-ID: <007c01c882ec$733d2960$080514ac@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net ----- Original Message ----- From: "Peter Korsgaard" To: Sent: Monday, March 10, 2008 5:24 PM Subject: Re: [Buildroot] svn commit: trunk/buildroot: package >>>>>> "ninevoltz" == ninevoltz writes: > > ninevoltz> Author: ninevoltz > ninevoltz> Date: 2008-03-10 08:22:43 -0700 (Mon, 10 Mar 2008) > ninevoltz> New Revision: 21282 > > ninevoltz> Log: > ninevoltz> added dev files in target option > > Great! A few minor points though: > > ninevoltz> +config BR2_TARGET_DEV_FILES > ninevoltz> + bool "Development files in target filesystem" > > What about calling int BR2_HAVE_DEVFILES to match the info/make > configs just above? Also remember to not use upper case in the bool > description (E.G. bool "development files in .. ") > > ninevoltz> +else > ninevoltz> + rm -rf $(TARGET_DIR)/usr/include > ninevoltz> + find $(TARGET_DIR)/usr/lib -name '*.a' -delete > > Not that I really care, but is -delete supported by non-GNU find? > > -- What happens if you want *some* ".a" files in the target. Didn't see the patch, just occured to me when I read this email. Best Regards Ulf Samuelsson