for now don't delete generated files. bring this back
after generated files are depended on correctly.
This commit is contained in:
parent
bc6dfa6778
commit
cd508d4044
@ -367,14 +367,14 @@ bare: clean
|
|||||||
rm -f $(MOD_CONF)
|
rm -f $(MOD_CONF)
|
||||||
rm -f $(BOOLEANS)
|
rm -f $(BOOLEANS)
|
||||||
rm -fR $(HTMLDIR)
|
rm -fR $(HTMLDIR)
|
||||||
ifneq ($(GENERATED_TE),)
|
#ifneq ($(GENERATED_TE),)
|
||||||
rm -f $(GENERATED_TE)
|
# rm -f $(GENERATED_TE)
|
||||||
endif
|
#endif
|
||||||
ifneq ($(GENERATED_IF),)
|
#ifneq ($(GENERATED_IF),)
|
||||||
rm -f $(GENERATED_IF)
|
# rm -f $(GENERATED_IF)
|
||||||
endif
|
#endif
|
||||||
ifneq ($(GENERATED_FC),)
|
#ifneq ($(GENERATED_FC),)
|
||||||
rm -f $(GENERATED_FC)
|
# rm -f $(GENERATED_FC)
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
.PHONY: install-src install-appconfig conf html bare
|
.PHONY: install-src install-appconfig conf html bare
|
||||||
|
Loading…
Reference in New Issue
Block a user