mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	"exit /b" without an explicit exit value doesn't copy the value of the last command executed, causing issues on Jenkins. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			459 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			459 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @rem Generate automatically-generated configuration-independent source files
 | |
| @rem and build scripts.
 | |
| @rem Perl and Python 3 must be on the PATH.
 | |
| perl scripts\generate_errors.pl || exit /b 1
 | |
| perl scripts\generate_query_config.pl || exit /b 1
 | |
| perl scripts\generate_features.pl || exit /b 1
 | |
| perl scripts\generate_visualc_files.pl || exit /b 1
 | |
| python scripts\generate_psa_constants.py || exit /b 1
 | |
| python tests\scripts\generate_psa_tests.py || exit /b 1
 |