Aurelien Larcher
2021-02-01 d9c32b908479741ba3810f49ca0ac889a3e1c2c0
component: add update-latest
2 files modified
6 ■■■■■ changed files
doc/makefile-targets.txt 3 ●●●●● patch | view | raw | blame | history
make-rules/component.mk 3 ●●●●● patch | view | raw | blame | history
doc/makefile-targets.txt
@@ -150,3 +150,6 @@
  For some supported build style it may peform additional actions like:
  - infering the latest version if VERSION=latest is passed,
  - updating the archive checksum.
update-latest
  This target is a convenience shortcut for 'update VERSION=latest'.
make-rules/component.mk
@@ -28,3 +28,6 @@
    else $(COMPONENT_TOOL) --path $(COMPONENT_DIR) --bump $(VERSION); \
    fi;
update-latest:
    $(COMPONENT_TOOL) --path $(COMPONENT_DIR) --bump latest;