mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Add target to print buildroot version
It's convenient to have a target to print the buildroot version, for use in external scripts calling buildroot. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fbc242d788
commit
2b91ab7a20
5
Makefile
5
Makefile
@ -48,7 +48,7 @@ export BR2_VERSION_FULL:=$(BR2_VERSION)$(shell $(TOPDIR)/support/scripts/setloca
|
|||||||
noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \
|
noconfig_targets:=menuconfig nconfig gconfig xconfig config oldconfig randconfig \
|
||||||
defconfig %_defconfig savedefconfig allyesconfig allnoconfig silentoldconfig release \
|
defconfig %_defconfig savedefconfig allyesconfig allnoconfig silentoldconfig release \
|
||||||
randpackageconfig allyespackageconfig allnopackageconfig \
|
randpackageconfig allyespackageconfig allnopackageconfig \
|
||||||
source-check
|
source-check print-version
|
||||||
|
|
||||||
# Strip quotes and then whitespaces
|
# Strip quotes and then whitespaces
|
||||||
qstrip=$(strip $(subst ",,$(1)))
|
qstrip=$(strip $(subst ",,$(1)))
|
||||||
@ -721,6 +721,9 @@ release:
|
|||||||
bzip2 -9 -c < $(OUT).tar > $(OUT).tar.bz2
|
bzip2 -9 -c < $(OUT).tar > $(OUT).tar.bz2
|
||||||
rm -rf $(OUT) $(OUT).tar
|
rm -rf $(OUT) $(OUT).tar
|
||||||
|
|
||||||
|
print-version:
|
||||||
|
@echo $(BR2_VERSION_FULL)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# GENDOC -- generates the make targets needed to build a specific type of
|
# GENDOC -- generates the make targets needed to build a specific type of
|
||||||
# asciidoc documentation.
|
# asciidoc documentation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user