[
https://issues.apache.org/jira/browse/MYNEWT-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15637932#comment-15637932
]
ASF subversion and git services commented on MYNEWT-470:
--------------------------------------------------------
Commit 035421ea967f4e33d477edc6612621f530d59ce4 in incubator-mynewt-newt's
branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=035421e
]
MYNEWT-470 - newt: delete old bld artifacts
// Deletes files that should never be reused for a subsequent build.
// This list includes:
// <app>.img
// <app>.elf.bin
// manifest.json
func (b *Builder) CleanArtifacts() {
// ...
}
> newt build should remove build artifacts left over from previous build when
> it starts
> -------------------------------------------------------------------------------------
>
> Key: MYNEWT-470
> URL: https://issues.apache.org/jira/browse/MYNEWT-470
> Project: Mynewt
> Issue Type: Bug
> Reporter: Marko Kiiskila
> Assignee: Christopher Collins
> Fix For: v1_0_0_beta1
>
>
> I don't know when this broke but...
> newt build should remove any .img/.bin/.elf file when it starts.
> Now I can do 'newt build', 'newt load', and it will use .img created in some
> previous time. We should notice if you do 'newt build', without doing 'newt
> create-image'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)