mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Avoid any files in gen after 'make clean_all'
This commit is contained in:
parent
6bf7834d30
commit
11f69dee65
@ -796,6 +796,8 @@ clean_build:
|
||||
clean_makefiles:
|
||||
$(RM) $(GEN_ROOT)/Make*
|
||||
$(RM) $(GEN_ROOT)/make*
|
||||
-$(RM) $(GEN_ROOT)/darwin.defaults
|
||||
-$(RM) $(GEN_ROOT)/vers.sh
|
||||
$(RM) `find $(GEN_ROOT)/install \( -type f -o -type l \) -print`
|
||||
-$(RM) $(GEN_ROOT)/examples/Make*
|
||||
$(RM) $(ROOT)/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user