emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103023: Fix the bootstrap on MS-Wind


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103023: Fix the bootstrap on MS-Windows.
Date: Sat, 29 Jan 2011 15:41:34 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103023
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-01-29 15:41:34 +0200
message:
  Fix the bootstrap on MS-Windows.
  
   makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
modified:
  nt/ChangeLog
  nt/makefile.w32-in
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-01-29 12:36:11 +0000
+++ b/nt/ChangeLog      2011-01-29 13:41:34 +0000
@@ -7,6 +7,7 @@
        (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
        (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
        (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
+       (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
 
        * configure.bat: Create lib/makefile.
 

=== modified file 'nt/makefile.w32-in'
--- a/nt/makefile.w32-in        2011-01-29 12:36:11 +0000
+++ b/nt/makefile.w32-in        2011-01-29 13:41:34 +0000
@@ -162,7 +162,7 @@
        cd ..\lib-src
        $(MAKE) $(MFLAGS) clean
        cd ..\lib
-       $(MAKE) $(MFLAGS) clean
+       $(MAKE) $(MFLAGS) clean all
        cd ..\src
        $(MAKE) $(MFLAGS) bootstrap
        $(MAKE) $(MFLAGS) bootstrap-clean
@@ -178,7 +178,7 @@
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap-clean
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src clean
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean
-       $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean
+       $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean all
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap-clean
        $(CP) $(BLD)/cmdproxy.exe ../bin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]