omit *.d from tar file
This commit is contained in:
		
							parent
							
								
									e9ae6f5cbe
								
							
						
					
					
						commit
						4651d04ad1
					
				
					 3 changed files with 2 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -26,10 +26,10 @@ OBJS = \
 | 
				
			||||||
	vectors.o\
 | 
						vectors.o\
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Cross-compiling (e.g., on Mac OS X)
 | 
					# Cross-compiling (e.g., on Mac OS X)
 | 
				
			||||||
# TOOLPREFIX = i386-jos-elf-
 | 
					TOOLPREFIX = i386-jos-elf-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Using native tools (e.g., on X86 Linux)
 | 
					# Using native tools (e.g., on X86 Linux)
 | 
				
			||||||
TOOLPREFIX = 
 | 
					#TOOLPREFIX = 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CC = $(TOOLPREFIX)gcc
 | 
					CC = $(TOOLPREFIX)gcc
 | 
				
			||||||
AS = $(TOOLPREFIX)gas
 | 
					AS = $(TOOLPREFIX)gas
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								proc.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								proc.c
									
										
									
									
									
								
							| 
						 | 
					@ -325,7 +325,6 @@ wakeup1(void *chan)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Wake up all processes sleeping on chan.
 | 
					// Wake up all processes sleeping on chan.
 | 
				
			||||||
// Proc_table_lock is acquired and released.
 | 
					 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
wakeup(void *chan)
 | 
					wakeup(void *chan)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								xv6-rev2.tar.gz
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								xv6-rev2.tar.gz
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue