[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
- (no subject), admin, 2003/08/01
- (no subject), admin, 2003/08/02
- (no subject), admin, 2003/08/02
- (no subject), admin, 2003/08/04
- (no subject),
shuki_duv <=
- (no subject), buger, 2003/08/16
- (no subject), admin, 2003/08/19
- (no subject), admin, 2003/08/21
- (no subject), Saori Tsubochi, 2003/08/27