 b0159ad168
			
		
	
	
		b0159ad168
		
	
	
	
	
		
			
			-Makefile updates -Update mkdep -Build fixes/warning cleanups for some programs -Restore leading underscores on global syms in kernel asm files -Increase ramdisk size
		
			
				
	
	
		
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			91 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| export CC=gcc
 | |
| export MAKEOBJDIR=obj-gnu
 | |
| export PATH=$PATH:/usr/gnu/bin
 | |
| 
 | |
| make $@
 |