emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107785: Build test-distrib on MS-Win


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107785: Build test-distrib on MS-Windows and run it during the build.
Date: Sat, 07 Apr 2012 13:36:54 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107785
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-04-07 13:36:54 +0300
message:
  Build test-distrib on MS-Windows and run it during the build.
  
   lib-src/makefile.w32-in (ALL): Add $(BLD)/test-distrib.exe.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-04-07 10:19:22 +0000
+++ b/lib-src/ChangeLog 2012-04-07 10:36:54 +0000
@@ -9,6 +9,7 @@
        (test-distrib): Phony targets removed.
        ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
        (all): Don't depend on stamp_BLD.
+       (ALL): Include $(BLD)/test-distrib.exe.
 
 2012-03-11  Andreas Schwab  <address@hidden>
 

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-04-07 10:19:22 +0000
+++ b/lib-src/makefile.w32-in   2012-04-07 10:36:54 +0000
@@ -17,8 +17,8 @@
 # along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 
-ALL = $(BLD)/make-docfile.exe $(BLD)/hexl.exe $(BLD)/ctags.exe\
- $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\
+ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\
+ $(BLD)/ctags.exe $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\
  $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe
 
 .PHONY: make-docfile


reply via email to

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