mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
Build test-distrib on MS-Windows and run it during the build.
lib-src/makefile.w32-in (ALL): Add $(BLD)/test-distrib.exe.
This commit is contained in:
parent
d67a9a85f5
commit
e4ecc6a217
@ -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 <schwab@linux-m68k.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user