Bug 211 - Downloads and builds are repeated unnecessarily
Summary: Downloads and builds are repeated unnecessarily
Status: CONFIRMED
Alias: None
Product: sigrok-util
Classification: Unclassified
Component: Util: sigrok-cross-mingw (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-08 14:54 CET by Martin Ling
Modified: 2020-04-15 08:31 CEST (History)
2 users (show)



Attachments
[PATCH] sigrok-cross-linux: add option -r|--rebuild (skips: removing directories, git clone, and autogen/configure) (4.92 KB, patch)
2020-04-15 08:31 CEST, sdbbs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ling 2013-12-08 14:54:01 CET
Currently this just operates as a linear script, downloading and building everything from scratch even if done before and unchanged. This makes iterating to do any debugging either fiddly or tedious. A Makefile would be better.
Comment 1 Bert Vermeulen 2014-04-21 15:08:08 CEST

*** This bug has been marked as a duplicate of bug 210 ***
Comment 2 sdbbs 2020-04-15 08:31:18 CEST
Created attachment 620 [details]
[PATCH] sigrok-cross-linux: add option -r|--rebuild (skips: removing directories, git clone, and autogen/configure)

I also wanted to use this script for rebuilding, and I made changes so the script accepts a -r|--rebuild command line argument - please take a look at attached patch, and consider merging.