[Buildroot] svn commit: trunk/buildroot: package

Peter Korsgaard jacmet at uclibc.org
Mon Mar 10 16:24:49 UTC 2008


>>>>> "ninevoltz" == ninevoltz  <ninevoltz at uclibc.org> 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?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list