* autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
This commit is contained in:
parent
2237da9c04
commit
5fac70838c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-04-07 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
|
||||
|
||||
2011-04-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
|
||||
|
|
|
@ -268,7 +268,10 @@ echo "Running lisp/ make..."
|
|||
make -C lisp "$@" autoloads EMACS=../src/bootstrap-emacs || die "make src error"
|
||||
|
||||
|
||||
[ ! "$lboot_flag" ] || cp $ldefs_in $ldefs_out || die "cp ldefs_boot error"
|
||||
## Ignore comment differences.
|
||||
[ ! "$lboot_flag" ] || \
|
||||
diff -q -I '^;' $ldefs_in $ldefs_out || \
|
||||
cp $ldefs_in $ldefs_out || die "cp ldefs_boot error"
|
||||
|
||||
|
||||
cd lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue