Makefile
changeset 123 032aaa29f498
parent 120 02e37d9e96a9
equal deleted inserted replaced
122:ef1c44f741e3 123:032aaa29f498
    82 all_sources: own_sources sources/open62541_src
    82 all_sources: own_sources sources/open62541_src
    83 	touch $@
    83 	touch $@
    84 
    84 
    85 sources/open62541_src: | sources
    85 sources/open62541_src: | sources
    86 	rm -rf sources/open62541
    86 	rm -rf sources/open62541
    87 	$(call get_src_http,https://github.com/open62541/open62541/archive/refs/tags,v1.3.2.tar.gz)\
    87 	$(call get_src_http,https://github.com/open62541/open62541/archive/refs/tags,v1.3.7.tar.gz)\
    88 	tar -xzf $$dld
    88 	tar -xzf $$dld
    89 	mv open62541-1.3.2 sources/open62541
    89 	mv open62541-1.3.7 sources/open62541
    90 	
    90 	
    91 
    91 
    92 define show_revision_details
    92 define show_revision_details
    93 	$(if $(filter local, $($(1)_revision)),\
    93 	$(if $(filter local, $($(1)_revision)),\
    94 		echo -n $(1) "state is: "; test -d .hg \
    94 		echo -n $(1) "state is: "; test -d .hg \