Compare commits

..

No commits in common. "596c5707564724c0dd8b1cd9477f352eba92850d" and "6126001e5ac1592b9d6f83f633980c974069a561" have entirely different histories.

5 changed files with 5 additions and 8 deletions

View File

@ -1 +1 @@
2.2.2
2.2.1

View File

@ -1,7 +1,3 @@
## 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

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
CBUILD_BOOTSTRAP_VERSION=1.0.3
CBUILD_BOOTSTRAP_VERSION=1.0.2
set -eo pipefail
function version_parse {
@ -75,6 +75,7 @@ do
;;
'-h' | '--help')
print_help
exit 0
;;
'-c' | '--config')
i=$((i+1))

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
INSTALLED_CBUILD_VERSION=2.2.2
INSTALLED_CBUILD_VERSION=2.2.1
# set \t size to 4 spaces
tabs 4

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
CBUILD_VERSION=2.2.2
CBUILD_VERSION=2.2.1
PROJECT="%PROJECT_NAME%"
CMP_C="gcc"