mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-12 12:26:29 +00:00
Build WORK_IN_PROGRESS and TODO before building the
Estimated hours taken: 0.1 Branches: main Mmakefile: Build WORK_IN_PROGRESS and TODO before building the binary distribution. bindist/Mmakefile: Add TODO to the binary distribution.
This commit is contained in:
@@ -570,7 +570,7 @@ uninstall:
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
.PHONY : bindist
|
||||
bindist:
|
||||
bindist: WORK_IN_PROGRESS TODO
|
||||
cd bindist; mmake binary_distribution
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
@@ -26,7 +26,7 @@ UTILS = $(INSTALL_PREFIX)/bin/mkinit$(EXT_FOR_EXE) \
|
||||
|
||||
README_ETC = ../COPYING ../COPYING.LIB ../HISTORY ../LIMITATIONS \
|
||||
../NEWS ../RELEASE_NOTES ../BUGS ../WORK_IN_PROGRESS \
|
||||
../VERSION ../README.*
|
||||
../TODO ../VERSION ../README.*
|
||||
|
||||
SCRIPT_FILES = ../scripts/*.in ../scripts/*.sh-subr \
|
||||
../scripts/Mmake.rules \
|
||||
|
||||
Reference in New Issue
Block a user