mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 08:59:27 +02:00
* distclean removes msgtxt.inc and msgidx.inc, resolves #40861
This commit is contained in:
parent
4016e1acca
commit
28704b2976
@ -5151,6 +5151,7 @@ cycleclean: cleanall $(addsuffix _clean,$(CPC_TARGET))
|
||||
-$(DEL) $(EXENAME)
|
||||
clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
-$(DEL) msgtxt.inc msgidx.inc
|
||||
$(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
msgtxt.inc: $(MSGFILE)
|
||||
|
@ -774,7 +774,7 @@ cycleclean: cleanall $(addsuffix _clean,$(CPC_TARGET))
|
||||
clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
||||
|
||||
distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
|
||||
-$(DEL) msgtxt.inc msgidx.inc
|
||||
|
||||
#####################################################################
|
||||
# Make targets
|
||||
|
Loading…
Reference in New Issue
Block a user