bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: shuki_duv
Subject: (no subject)
Date: Sat, 9 Aug 2003 17:05:49 -0700 (PDT)

I noticed this in one of the first Emacs 21 releases, and it is still
in 21.3.1 - in bytecomp.el, `byte-compile-file':
  (while file-exists-p target-file)
    ;; Remove the target before writing it, so that any
    ;; hard-links continue to point to the old file (this makes
    ;; it possible for installed files to share disk space with
    ;; the build tree, without causing problems when emacs-lisp
    ;; files in the build tree are recompiled).
    (delete-file target-file))

This is a hack for developers, and shouldn't be in the releases, in my
opinion. For example, it trashes the .elc file permissions, not to
speak about symlinks, etc.

Best regards,
Shuki


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]