On 21 April 2014 17:27, Al Stone <al.stone@linaro.org> wrote:
On 04/21/2014 09:46 AM, Anmar Oueja wrote:
Thanks for the input guys. More feedback from others would be very
useful so please take a few moments to write Sam.

anmar

On 18 April 2014 14:51, Steven Kinney <steven.kinney@linaro.org> wrote:
Hi Roy and Sam,

           I will give this a go while testing release builds and
intermediate builds.  I usually cd into BaseTools, command  a 'make clean'
and remove the Build folder, for all targets, or a specific target I am
rebuilding.

Thanks for the feedback guys much appreciated. More findings from
others are also appreciated

anmar

_______________________________________________
Linaro-uefi mailing list
Linaro-uefi@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-uefi


Hrm.  So am I supposed to be using a Makefile or uefi-build.sh?
I thought it was the latter.  Regardless, I too run into the
problems with not being able to clean things properly.  If I'm
using uefi-build.sh, perhaps something like this:

    ./uefi-build.sh -b CLEAN mymachine

If we're supposed to be using a Makefile, is it in the git tree?
I don't see it on cloning.

Olivier added a Makefile in commit e349327f back in Sept 2012:

./ArmPlatformPkg/Scripts/Makefile

... but that isn't the one referenced here.

The BaseTools has always used a Makefile, but we've hidden it inside uefi-build.sh.

And I completely agree that adding a clean option to uefi-build.sh would be a great idea!