Save XT Toolchain version
This commit is contained in:
		
				
					committed by
					
						 CodingWorkshop Signing Team
						CodingWorkshop Signing Team
					
				
			
			
				
	
				
						parent
						
							bc85522143
						
					
				
				
					commit
					aae661d396
				
			
							
								
								
									
										7
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								build.sh
									
									
									
									
									
								
							| @@ -448,3 +448,10 @@ mkdir -p ${SRCDIR} | |||||||
|  |  | ||||||
| # Build XTChain tools | # Build XTChain tools | ||||||
| #xtchain_build | #xtchain_build | ||||||
|  |  | ||||||
|  | # Save XT Toolchain version | ||||||
|  | cd ${WRKDIR} | ||||||
|  | : ${XTCVER:=$(git describe --exact-match --tags 2>/dev/null)} | ||||||
|  | : ${XTCVER:=DEVEL} | ||||||
|  | [ ${BUILD_MINIMAL} -eq 1 ] && XTCVER="${XTCVER}-min" | ||||||
|  | echo "${XTCVER}" > ${BINDIR}/Version | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user