Mercurial > emacs
comparison Makefile.in @ 9506:2341ee469132
(top_distclean): Don't rm build-install.
(SOURCES): Delete build-install.in.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Oct 1994 04:04:30 +0000 |
parents | 9d0e3c1c3f8c |
children | 28320cad8c38 |
comparison
equal
deleted
inserted
replaced
9505:014e2214b8cb | 9506:2341ee469132 |
---|---|
425 ### configuring or building the program. If you have unpacked the | 425 ### configuring or building the program. If you have unpacked the |
426 ### source and built the program without creating any other files, | 426 ### source and built the program without creating any other files, |
427 ### `make distclean' should leave only the files that were in the | 427 ### `make distclean' should leave only the files that were in the |
428 ### distribution. | 428 ### distribution. |
429 top_distclean=\ | 429 top_distclean=\ |
430 rm -f config.status build-install ; \ | 430 rm -f config.status ; \ |
431 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ | 431 rm -f Makefile ${SUBDIR_MAKEFILES} ; \ |
432 (cd lock ; rm -f *) | 432 (cd lock ; rm -f *) |
433 distclean: FRC | 433 distclean: FRC |
434 (cd src; $(MAKE) $(MFLAGS) distclean) | 434 (cd src; $(MAKE) $(MFLAGS) distclean) |
435 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) | 435 (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) |
477 ### | 477 ### |
478 ### Note: it's no disaster if these productions miss a file or two; tar | 478 ### Note: it's no disaster if these productions miss a file or two; tar |
479 ### and VC will swiftly let you know if this happens, and it is easily | 479 ### and VC will swiftly let you know if this happens, and it is easily |
480 ### corrected. | 480 ### corrected. |
481 SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \ | 481 SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \ |
482 README build-install.in configure make-dist move-if-change | 482 README configure make-dist move-if-change |
483 | 483 |
484 .PHONY: unlock relock | 484 .PHONY: unlock relock |
485 | 485 |
486 unlock: | 486 unlock: |
487 chmod u+w $(SOURCES) cpp/* | 487 chmod u+w $(SOURCES) cpp/* |