all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* unlock/relock Makefile targets
@ 2007-09-06 23:02 Glenn Morris
  2007-09-07 19:53 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2007-09-06 23:02 UTC (permalink / raw)
  To: emacs-devel


Can the "unlock" and "relock" targets that are present in most
Makefiles be deleted? They seem pretty useless, and anyone wanting to
use them could use the much simpler

find . -type f -exec chmod u-w '{}' ';'

anyway.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: unlock/relock Makefile targets
  2007-09-06 23:02 unlock/relock Makefile targets Glenn Morris
@ 2007-09-07 19:53 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-09-07 19:53 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

    Can the "unlock" and "relock" targets that are present in most
    Makefiles be deleted? They seem pretty useless, and anyone wanting to
    use them could use the much simpler

    find . -type f -exec chmod u-w '{}' ';'

`make unlock' is simpler than that -- if it matters.  But I also
suspect it is not useful nowadays.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-07 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06 23:02 unlock/relock Makefile targets Glenn Morris
2007-09-07 19:53 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.