mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Remove gpre generated files when doing a make clean.
This commit is contained in:
parent
4163f11d97
commit
5f683c8f8f
@ -27,7 +27,7 @@
|
|||||||
# Contributor(s):
|
# Contributor(s):
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Id: Makefile.in.firebird,v 1.22 2002-12-16 21:19:17 skidder Exp $
|
# $Id: Makefile.in.firebird,v 1.23 2002-12-22 19:45:45 nmcc Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
ROOT=..
|
ROOT=..
|
||||||
@ -551,10 +551,10 @@ install package packages dist:
|
|||||||
#___________________________________________________________________________
|
#___________________________________________________________________________
|
||||||
#
|
#
|
||||||
|
|
||||||
clean: clean_objects clean_dependancies clean_extern_objects clean_build
|
clean: clean_objects clean_dependancies clean_extern_objects clean_build clean_gpre_gen
|
||||||
|
|
||||||
clean_config: clean clean_makefiles
|
clean_config: clean clean_makefiles
|
||||||
rm -f configure
|
rm -f $(ROOT)/configure
|
||||||
|
|
||||||
# Not sure if this one is still needed MOD 7-Oct-2002
|
# Not sure if this one is still needed MOD 7-Oct-2002
|
||||||
clean_dbs:
|
clean_dbs:
|
||||||
@ -587,6 +587,8 @@ clean_build:
|
|||||||
clean_makefiles:
|
clean_makefiles:
|
||||||
rm -f $(GEN_ROOT)/Makefile.*
|
rm -f $(GEN_ROOT)/Makefile.*
|
||||||
|
|
||||||
|
clean_gpre_gen:
|
||||||
|
-rm -f `find $(SRC_ROOT) -type f -name '*.epp' -print | sed 's/epp$$/cpp/'`
|
||||||
|
|
||||||
|
|
||||||
#___________________________________________________________________________
|
#___________________________________________________________________________
|
||||||
|
Loading…
Reference in New Issue
Block a user