Compare commits
2 Commits
6126001e5a
...
596c570756
| Author | SHA1 | Date | |
|---|---|---|---|
| 596c570756 | |||
| 1c93d4eb73 |
@ -1 +1 @@
|
||||
2.2.1
|
||||
2.2.2
|
||||
@ -1,3 +1,7 @@
|
||||
## 2.2.2
|
||||
+ `bootstrap.sh` can show help for cbuild installations again
|
||||
+ copy dependency out files only if they are newer or don't exist
|
||||
|
||||
## 2.2.1
|
||||
+ updated `bootsrap.sh` to 1.0.2
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
CBUILD_BOOTSTRAP_VERSION=1.0.2
|
||||
CBUILD_BOOTSTRAP_VERSION=1.0.3
|
||||
set -eo pipefail
|
||||
|
||||
function version_parse {
|
||||
@ -75,7 +75,6 @@ do
|
||||
;;
|
||||
'-h' | '--help')
|
||||
print_help
|
||||
exit 0
|
||||
;;
|
||||
'-c' | '--config')
|
||||
i=$((i+1))
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
INSTALLED_CBUILD_VERSION=2.2.1
|
||||
INSTALLED_CBUILD_VERSION=2.2.2
|
||||
|
||||
# set \t size to 4 spaces
|
||||
tabs 4
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
CBUILD_VERSION=2.2.1
|
||||
CBUILD_VERSION=2.2.2
|
||||
|
||||
PROJECT="%PROJECT_NAME%"
|
||||
CMP_C="gcc"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user