]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the bootstrap on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2011 13:41:34 +0000 (15:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2011 13:41:34 +0000 (15:41 +0200)
 makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.

nt/ChangeLog
nt/makefile.w32-in

index d7301e8ff23dc60df18f99ddc7e1959f48cf0df0..355c7e83dab837e14c04fb5b476eda48098d0306 100644 (file)
@@ -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.
 
index 0ce8a5a052ed596e8c27918788f183ef5d07621e..28ee8b6e09cb72d739cc7c9960506d508c02cae1 100644 (file)
@@ -162,7 +162,7 @@ bootstrap-nmake: addsection cmdproxy
        cd ..\lib-src\r
        $(MAKE) $(MFLAGS) clean\r
        cd ..\lib\r
-       $(MAKE) $(MFLAGS) clean\r
+       $(MAKE) $(MFLAGS) clean all\r
        cd ..\src\r
        $(MAKE) $(MFLAGS) bootstrap\r
        $(MAKE) $(MFLAGS) bootstrap-clean\r
@@ -178,7 +178,7 @@ bootstrap-gmake: addsection cmdproxy
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lisp bootstrap-clean\r
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src clean\r
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib-src clean\r
-       $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean\r
+       $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../lib clean all\r
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap\r
        $(MAKE) $(MFLAGS) $(XMFLAGS) -C ../src bootstrap-clean\r
        $(CP) $(BLD)/cmdproxy.exe ../bin\r