mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Create a distclean make directive to handle cleaning out configure
generated files, that shouldn't be removed on a make clean Pointed out by half the hackers mailing list :)
This commit is contained in:
		
							parent
							
								
									3ebe69c4c5
								
							
						
					
					
						commit
						9b4b8e92eb
					
				@ -7,7 +7,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# IDENTIFICATION
 | 
					# IDENTIFICATION
 | 
				
			||||||
#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.8 1997/02/28 15:35:50 scrappy Exp $
 | 
					#    $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.9 1997/02/28 18:34:58 scrappy Exp $
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#-------------------------------------------------------------------------
 | 
					#-------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -67,6 +67,8 @@ endif
 | 
				
			|||||||
ifneq ($(wildcard man), )
 | 
					ifneq ($(wildcard man), )
 | 
				
			||||||
	$(MAKE) -C man clean
 | 
						$(MAKE) -C man clean
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					distclean: clean
 | 
				
			||||||
	rm -f Makefile.global include/config.h GNUmakefile
 | 
						rm -f Makefile.global include/config.h GNUmakefile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.DEFAULT:
 | 
					.DEFAULT:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user