File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -593,20 +593,20 @@ ${DMD_DIR}/VERSION : ${DMD_DIR}
593
593
# ###############################################################################
594
594
595
595
$(DMD ) : ${DMD_DIR}
596
- ${MAKE} --directory=${DMD_DIR} /src -f posix.mak AUTO_BOOTSTRAP=1 RELEASE=
596
+ ${MAKE} --directory=${DMD_DIR} /src -f posix.mak AUTO_BOOTSTRAP=1
597
597
598
598
$(DMD_LATEST ) : ${DMD_LATEST_DIR}
599
- ${MAKE} --directory=${DMD_LATEST_DIR} /src -f posix.mak AUTO_BOOTSTRAP=1 RELEASE=
599
+ ${MAKE} --directory=${DMD_LATEST_DIR} /src -f posix.mak AUTO_BOOTSTRAP=1
600
600
sed -i -e " s|../druntime/import |../druntime-${LATEST} /import |" -e " s|../phobos |../phobos-${LATEST} |" $@ .conf
601
601
602
602
dmd-prerelease : $(STD_DDOC_PRERELEASE ) druntime-target $G/changelog/next-version
603
- $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_PRERELEASE_HTML ) RELEASE=
603
+ $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_PRERELEASE_HTML )
604
604
605
605
dmd-release : $(STD_DDOC_RELEASE ) druntime-target
606
- $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_RELEASE_HTML ) RELEASE=
606
+ $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR ) -f posix.mak html $(DDOC_VARS_RELEASE_HTML )
607
607
608
608
dmd-latest : $(STD_DDOC_LATEST ) druntime-latest-target
609
- $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_LATEST_DIR ) -f posix.mak html $(DDOC_VARS_LATEST_HTML ) RELEASE=
609
+ $(MAKE ) AUTO_BOOTSTRAP=1 --directory=$(DMD_LATEST_DIR ) -f posix.mak html $(DDOC_VARS_LATEST_HTML )
610
610
611
611
dmd-prerelease-verbatim : $W/phobos-prerelease/mars.verbatim
612
612
$W/phobos-prerelease/mars.verbatim : $(STD_DDOC_PRERELEASE ) druntime-target \
You can’t perform that action at this time.
0 commit comments