mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
Clean cannot remove ppc1-ppc3 : make cycle uses clean
This commit is contained in:
parent
f08a7114ae
commit
c9e455deb4
@ -212,7 +212,6 @@ all : $(EXENAME)
|
|||||||
|
|
||||||
clean :
|
clean :
|
||||||
-rm -f *.o *.ppu *.s $(EXENAME)
|
-rm -f *.o *.ppu *.s $(EXENAME)
|
||||||
-rm -f $(TEMPNAME) $(TEMPNAME1) $(TEMPNAME2) $(TEMPNAME3)
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Info
|
# Info
|
||||||
@ -413,7 +412,10 @@ rtlclean :
|
|||||||
# Test of log at the end
|
# Test of log at the end
|
||||||
# does CVS add # at start of each line ??
|
# does CVS add # at start of each line ??
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.13 1998-06-02 11:29:36 peter
|
# Revision 1.14 1998-06-03 09:27:51 michael
|
||||||
|
# Clean cannot remove ppc1-ppc3 : make cycle uses clean
|
||||||
|
#
|
||||||
|
# Revision 1.13 1998/06/02 11:29:36 peter
|
||||||
# + make clean removes also ppc1 - ppc3
|
# + make clean removes also ppc1 - ppc3
|
||||||
#
|
#
|
||||||
# Revision 1.12 1998/05/31 14:09:45 peter
|
# Revision 1.12 1998/05/31 14:09:45 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user