mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Improve comment about when to clean generated files.
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 | 
					# Copyright (c) 1998-2008, PostgreSQL Global Development Group
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.138 2008/11/14 17:11:40 meskes Exp $
 | 
					# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.139 2008/11/14 17:18:20 tgl Exp $
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#-------------------------------------------------------------------------
 | 
					#-------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -77,8 +77,8 @@ clean distclean:
 | 
				
			|||||||
# garbage from development
 | 
					# garbage from development
 | 
				
			||||||
	@rm -f core a.out
 | 
						@rm -f core a.out
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# `make clean' does not remove preproc.c, preproc.h, or pgc.c since we
 | 
					# `make distclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c
 | 
				
			||||||
# want to ship those files in the distribution for people with
 | 
					# since we want to ship those files in the distribution for people with
 | 
				
			||||||
# inadequate tools.
 | 
					# inadequate tools.  Instead, `make maintainer-clean' will remove them.
 | 
				
			||||||
maintainer-clean: distclean
 | 
					maintainer-clean: distclean
 | 
				
			||||||
	rm -f $(srcdir)/preproc.y $(srcdir)/preproc.c $(srcdir)/preproc.h $(srcdir)/pgc.c
 | 
						rm -f $(srcdir)/preproc.y $(srcdir)/preproc.c $(srcdir)/preproc.h $(srcdir)/pgc.c
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user