Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5c03508
Commit
e5c03508
authored
Dec 01, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge.
parent
b34578dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/update_autogen
admin/update_autogen
+1
-8
No files found.
admin/ChangeLog
View file @
e5c03508
2014-12-01 Glenn Morris <rgm@gnu.org>
* update_autogen: Fix bogosity introduced in 2014-11-16 merge.
2014-11-29 Paul Eggert <eggert@cs.ucla.edu>
Lessen focus on ChangeLog files, as opposed to change log entries.
...
...
admin/update_autogen
View file @
e5c03508
...
...
@@ -305,9 +305,6 @@ EOF
modified
=
$(
status
$basegen
)
||
die
## bzr status output is always relative to top-level, not PWD.
[
"
$vcs
"
=
"bzr"
]
&&
cd
$oldpwd
commit
"generated"
$modified
||
die
"commit error"
exit
0
...
...
@@ -379,11 +376,7 @@ echo "Checking status of loaddef files..."
## It probably would be fine to just check+commit lisp/, since
## making autoloads should not effect any other files. But better
## safe than sorry.
modified
=
$(
status
$genfiles
${
ldefs_out
#lisp/
}
)
||
die
## bzr status output is always relative to top-level, not PWD.
[
"
$vcs
"
=
"bzr"
]
&&
cd
../
modified
=
$(
status
$genfiles
$ldefs_out
)
||
die
commit
"loaddefs"
$modified
||
die
"commit error"
...
...
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