comparison lib-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 6cd3955b7e4d
comparison
equal deleted inserted replaced
3082:990996ef092b 3083:193188e494b2
271 cd ${archlibdir} && $(RM) ${PRIVATE_INSTALLABLES} 271 cd ${archlibdir} && $(RM) ${PRIVATE_INSTALLABLES}
272 272
273 .PHONY: mostlyclean clean distclean realclean extraclean 273 .PHONY: mostlyclean clean distclean realclean extraclean
274 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig 274 .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig
275 mostlyclean: 275 mostlyclean:
276 $(RM) *.o *.i core 276 -$(RM) *.o *.i core
277 clean: mostlyclean 277 clean: mostlyclean
278 $(RM) ${EXES} *.exe 278 -$(RM) ${EXES} *.exe
279 distclean-noconfig: clean 279 distclean-noconfig: clean
280 $(RM) DOC *.tab.c *.tab.h TAGS ellcc.h blessmail config.values 280 -$(RM) DOC *.tab.c *.tab.h TAGS ellcc.h blessmail config.values
281 ## This is used in making a distribution. 281 ## This is used in making a distribution.
282 ## Do not use it on development directories! 282 ## Do not use it on development directories!
283 distclean: distclean-noconfig 283 distclean: distclean-noconfig
284 $(RM) GNUmakefile Makefile Makefile.in 284 -$(RM) GNUmakefile Makefile Makefile.in
285 realclean-noconfig: distclean-noconfig 285 realclean-noconfig: distclean-noconfig
286 realclean: distclean 286 realclean: distclean
287 extraclean-noconfig: realclean-noconfig 287 extraclean-noconfig: realclean-noconfig
288 $(RM) *~ \#* 288 -$(RM) *~ \#*
289 extraclean: realclean 289 extraclean: realclean
290 $(RM) *~ \#* 290 -$(RM) *~ \#*
291 291
292 ## Test the contents of the directory. 292 ## Test the contents of the directory.
293 check: 293 check:
294 @echo "We don't have any tests for lib-src yet." 294 @echo "We don't have any tests for lib-src yet."
295 295