main.old is not always present, so ignore exit status of 'size main.old'
This commit is contained in:
		
							parent
							
								
									36fb149236
								
							
						
					
					
						commit
						c09e4ced7e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -168,7 +168,7 @@ Xlint:
 | 
			
		|||
$(CURRDIR)main: $(OBJ) $(CURRDIR)Makefile
 | 
			
		||||
	-mv $(CURRDIR)main $(CURRDIR)main.old
 | 
			
		||||
	$(CC) $(LDFLAGS) $(OBJ) $(OLIBS) -o $(CURRDIR)main
 | 
			
		||||
	size $(CURRDIR)main.old
 | 
			
		||||
	-size $(CURRDIR)main.old
 | 
			
		||||
	size $(CURRDIR)main
 | 
			
		||||
 | 
			
		||||
$(CURRDIR)omain:	$(OBJ) #$(CURRDIR)Makefile
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue