mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +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)
|
-$(DEL) $(EXENAME)
|
||||||
clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
||||||
distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(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
|
$(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
msgtxt.inc: $(MSGFILE)
|
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))
|
clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
||||||
|
|
||||||
distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS))
|
distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS))
|
||||||
|
-$(DEL) msgtxt.inc msgidx.inc
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Make targets
|
# Make targets
|
||||||
|
Loading…
Reference in New Issue
Block a user