Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
79241466
Commit
79241466
authored
May 28, 2008
by
Stefan Monnier
Browse files
Don't touch subdirs.el if it is unchanged.
parent
5e84e8f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ChangeLog
ChangeLog
+4
-0
update-subdirs
update-subdirs
+4
-0
No files found.
ChangeLog
View file @
79241466
2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
* update-subdirs: Don't touch subdirs.el if it is unchanged.
2008-05-14 Kenichi Handa <handa@m17n.org>
* configure: Regenerate.
...
...
update-subdirs
View file @
79241466
...
...
@@ -45,7 +45,11 @@ else
;; version-control: never
;; no-byte-compile: t
;; End:"
>
subdirs.el~
if
cmp
"subdirs.el"
"subdirs.el~"
>
/dev/null 2>&1
;
then
:
;
# echo "subdirs.el unchanged";
else
mv
subdirs.el~ subdirs.el
fi
fi
# arch-tag: 56ebcf1b-5c30-4934-b0b4-72d374064704
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment