# HG changeset patch # User Ken Raeburn # Date 1251002592 0 # Node ID 1de57b71aa21d040fa0a5ca6b07ba4543254d407 # Parent 4ac126250d1650d2356ba2186f51e4efee7402c0 * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH before invoking the newly build emacs to check for load-path shadowing. diff -r 4ac126250d16 -r 1de57b71aa21 src/ChangeLog --- a/src/ChangeLog Sun Aug 23 03:54:32 2009 +0000 +++ b/src/ChangeLog Sun Aug 23 04:43:12 2009 +0000 @@ -1,3 +1,9 @@ +2009-08-23 Ken Raeburn + + * Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH + before invoking the newly build emacs to check for load-path + shadowing. + 2009-08-22 Glenn Morris * Makefile.in (bootstrap_exe): New variable. diff -r 4ac126250d16 -r 1de57b71aa21 src/Makefile.in --- a/src/Makefile.in Sun Aug 23 03:54:32 2009 +0000 +++ b/src/Makefile.in Sun Aug 23 04:43:12 2009 +0000 @@ -908,13 +908,14 @@ #ifdef CANNOT_DUMP rm -f emacs${EXEEXT} ln temacs${EXEEXT} emacs${EXEEXT} + -EMACSLOADPATH=${lispsource} ./emacs -q -batch -f list-load-path-shadows #else LC_ALL=C $(RUN_TEMACS) -batch -l loadup dump @: This new Emacs is as functional and more efficient then @: bootstrap-emacs, so let us replace it. -ln -f emacs${EXEEXT} bootstrap-emacs${EXEEXT} + -./emacs -q -batch -f list-load-path-shadows #endif /* ! defined (CANNOT_DUMP) */ - -./emacs -q -batch -f list-load-path-shadows /* We run make-docfile twice because the command line may get too long on some systems. */