diff options
| author | Eli Zaretskii | 2012-04-07 13:36:54 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-07 13:36:54 +0300 |
| commit | e4ecc6a217dfe759fdb7859b38079e66368944d2 (patch) | |
| tree | f8d9e5c30559dd407755554903021039cae12e01 | |
| parent | d67a9a85f5269ebf4c52ac7d3b9400919f5b890f (diff) | |
| download | emacs-e4ecc6a217dfe759fdb7859b38079e66368944d2.tar.gz emacs-e4ecc6a217dfe759fdb7859b38079e66368944d2.zip | |
Build test-distrib on MS-Windows and run it during the build.
lib-src/makefile.w32-in (ALL): Add $(BLD)/test-distrib.exe.
| -rw-r--r-- | lib-src/ChangeLog | 1 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ec7f9a626c1..0d0a69c367e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | (test-distrib): Phony targets removed. | 9 | (test-distrib): Phony targets removed. |
| 10 | ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe. | 10 | ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe. |
| 11 | (all): Don't depend on stamp_BLD. | 11 | (all): Don't depend on stamp_BLD. |
| 12 | (ALL): Include $(BLD)/test-distrib.exe. | ||
| 12 | 13 | ||
| 13 | 2012-03-11 Andreas Schwab <schwab@linux-m68k.org> | 14 | 2012-03-11 Andreas Schwab <schwab@linux-m68k.org> |
| 14 | 15 | ||
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index b181b1b4d7f..f329ba86f6d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -17,8 +17,8 @@ | |||
| 17 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 17 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | ALL = $(BLD)/make-docfile.exe $(BLD)/hexl.exe $(BLD)/ctags.exe\ | 20 | ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\ |
| 21 | $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\ | 21 | $(BLD)/ctags.exe $(BLD)/etags.exe $(BLD)/movemail.exe $(BLD)/ebrowse.exe\ |
| 22 | $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe | 22 | $(BLD)/emacsclient.exe $(BLD)/emacsclientw.exe |
| 23 | 23 | ||
| 24 | .PHONY: make-docfile | 24 | .PHONY: make-docfile |