comparison src/Makefile.in.in @ 3083:193188e494b2

[xemacs-hg @ 2005-11-22 07:14:37 by ben] fix problems building with CVS dirs dynodump/Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean, to prevent problems trying to remove lock/CVS. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. Makefile.in.in: Ignore errors from rm during clean. common/Makefile.common: Ignore errors from rm during clean.
author ben
date Tue, 22 Nov 2005 07:14:54 +0000
parents 21d92abaac3a
children 141c2920ea48
comparison
equal deleted inserted replaced
3082:990996ef092b 3083:193188e494b2
1005 ###################### Clean 1005 ###################### Clean
1006 1006
1007 .PHONY: mostlyclean clean distclean realclean versionclean extraclean 1007 .PHONY: mostlyclean clean distclean realclean versionclean extraclean
1008 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig 1008 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig
1009 mostlyclean: 1009 mostlyclean:
1010 $(RM) *.o *.i *.rtl *.ln core \ 1010 -$(RM) *.o *.i *.rtl *.ln core \
1011 temacs puremacs quantmacs covmacs rtcmacs temacs.exe \ 1011 temacs puremacs quantmacs covmacs rtcmacs temacs.exe \
1012 sheap-adjust.h dump-id.c $(BLDSRC)/NEEDTODUMP SATISFIED \ 1012 sheap-adjust.h dump-id.c $(BLDSRC)/NEEDTODUMP SATISFIED \
1013 $(LIB_SRC)/*.po $(LIB_SRC)/*.mo 1013 $(LIB_SRC)/*.po $(LIB_SRC)/*.mo
1014 versionclean: 1014 versionclean:
1015 $(RM) $(RAW_EXE) $(DUMP_TARGET) $(LIB_SRC)/DOC 1015 -$(RM) $(RAW_EXE) $(DUMP_TARGET) $(LIB_SRC)/DOC
1016 ## Remove the generated load files here; they cause lots of problems 1016 ## Remove the generated load files here; they cause lots of problems
1017 ## when they don't work right. 1017 ## when they don't work right.
1018 clean: mostlyclean versionclean 1018 clean: mostlyclean versionclean
1019 $(RM) libextcli* $(LISP)/auto-autoloads.el* $(LISP)/custom-load.el* \ 1019 -$(RM) libextcli* $(LISP)/auto-autoloads.el* $(LISP)/custom-load.el* \
1020 $(LISP)/mule/auto-autoloads.el* $(LISP)/mule/custom-load.el* \ 1020 $(LISP)/mule/auto-autoloads.el* $(LISP)/mule/custom-load.el* \
1021 $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el* 1021 $(SRCMODULES)/auto-autoloads.el* $(SRCMODULES)/custom-load.el*
1022 ## This is used in making a distribution. 1022 ## This is used in making a distribution.
1023 ## Do not use it on development directories! 1023 ## Do not use it on development directories!
1024 distclean-noconfig: clean 1024 distclean-noconfig: clean
1025 $(RM) config.h paths.h Emacs.ad.h $(LISP)/finder-inf.el* \ 1025 -$(RM) config.h paths.h Emacs.ad.h $(LISP)/finder-inf.el* \
1026 TAGS xemacs.def xemacs.def.in 1026 TAGS xemacs.def xemacs.def.in
1027 ## This is used in making a distribution. 1027 ## This is used in making a distribution.
1028 ## Do not use it on development directories! 1028 ## Do not use it on development directories!
1029 distclean: distclean-noconfig 1029 distclean: distclean-noconfig
1030 $(RM) GNUmakefile Makefile Makefile.in 1030 -$(RM) GNUmakefile Makefile Makefile.in
1031 realclean-noconfig: distclean-noconfig 1031 realclean-noconfig: distclean-noconfig
1032 realclean: distclean 1032 realclean: distclean
1033 extraclean-noconfig: realclean-noconfig 1033 extraclean-noconfig: realclean-noconfig
1034 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* 1034 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
1035 extraclean: realclean 1035 extraclean: realclean
1036 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* 1036 -$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
1037 1037
1038 ###################### Lock, unlock 1038 ###################### Lock, unlock
1039 1039
1040 .PHONY : lock unlock 1040 .PHONY : lock unlock
1041 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ 1041 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \