mirror of
				https://github.com/brain-hackers/cegcc-build.git
				synced 2025-11-04 14:38:38 +09:00 
			
		
		
		
	build.sh: more out-of-tree build instructions
This commit is contained in:
		
							
								
								
									
										6
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								build.sh
									
									
									
									
									
								
							@@ -176,9 +176,9 @@ components=`echo "${components}" | sed -e 's/[ 	,][ 	,]*/,/g' -e 's/,$//'`
 | 
			
		||||
if [ -d ${BUILD_DIR}/.svn ]; then
 | 
			
		||||
	echo "Don't build in a source directory, please create an empty directory and build there."
 | 
			
		||||
	echo "Example :"
 | 
			
		||||
	echo "  mkdir build-mingw32ce"
 | 
			
		||||
	echo "  cd build-mingw32ce"
 | 
			
		||||
	echo "  sh ../build-mingw32ce.sh $@"
 | 
			
		||||
	echo "  mkdir /tmp/cegcc-output"
 | 
			
		||||
	echo "  cd /tmp/cegcc-output"
 | 
			
		||||
	echo "  \$OLDPWD/build.sh $@"
 | 
			
		||||
	exit 1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user