]> granicus.if.org Git - nethack/commitdiff
build failure detected in CI
authornhmall <nhmall@nethack.org>
Sun, 29 Aug 2021 03:10:49 +0000 (23:10 -0400)
committernhmall <nhmall@nethack.org>
Sun, 29 Aug 2021 03:10:49 +0000 (23:10 -0400)
The build in the CI was failing after commits today due to this error:
prob error for class 4 (28%)

It was caused by running
makedefs -o

Remove unnecessary invocation of makedefs with outdated options from
aftermakedefs.proj

sys/windows/vs/makedefs/aftermakedefs.proj

index 068de05f1300929d0ca296bdccb0af75b3e33fd3..8aaf1e3146458f34fba7436ff614332e0ea7e202 100644 (file)
@@ -4,9 +4,6 @@
   <Target Name="Build"
      Inputs="$(ToolsDir)makedefs.exe"
         Outputs="@(Defs)">
-       <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -v" WorkingDirectory="$(UtilDir)"/>
-       <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -o" WorkingDirectory="$(UtilDir)"/>
-       <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -p" WorkingDirectory="$(UtilDir)"/>
        <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -d" WorkingDirectory="$(DatDir)"/>
        <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -r" WorkingDirectory="$(DatDir)"/>
        <Exec Command="&quot;$(ToolsDir)makedefs.exe&quot; -s" WorkingDirectory="$(DatDir)"/>