From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Wagner Date: Wed, 27 Jan 2010 12:06:05 +0000 Subject: [Buildroot] PATCH/RFC: Move all project specific files into the output directory Message-ID: <4B602C2D.9080007@carallon.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Currently buildroot places most files generated by the build in the output directory (which can be overriden with O=). However a number of files remain within the buildroot tree. These are: .auto.deps (incidentally this no longer seems to be used) .config .config.cmd .config.old package/config/buildroot-config (which then gets copied into output/build) This is a problem if you want to use the same buildroot directory to build two different targets to locations elsewhere in the filesystem with O= The patch modifies config and the top level Makefile so that all files reside in the output folder. Is anyone interested in getting this merged? All feedback welcome, let me know if the patch needs more work. Will -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0011-Moved-config-files-into-output-directory.patch URL: