* autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.

This commit is contained in:
Glenn Morris 2011-04-06 20:22:10 -07:00
parent 2237da9c04
commit 5fac70838c
2 changed files with 8 additions and 1 deletions

View file

@ -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):

View file

@ -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