Skip to content

Commit 870c1cc

Browse files
committed
build script: rebuild the dist each time
This avoids having to remember to call the build script before rerunning.
1 parent f8f3b97 commit 870c1cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devel.utils/_build-5.36.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ set SP=z:\sp532
77
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;%PATH%
88

99
:: update blib - requires Build.PL to have been run
10-
..\Build
10+
set OLD_CD=%cd%
11+
cd ..
12+
call Build
13+
cd %OLD_CD%
1114

1215
set SKIP_MSI_STEP=1
1316
set SKIP_PDL_STEP=1

0 commit comments

Comments
 (0)