code: 9ferno

Download patch

ref: e2e1a9532546879b6ec0f7a9d22be0a589962e58
parent: 841ed58cdd9486cb25f20acb3519f2a952e81e7e
author: henesy <unknown>
date: Mon Nov 30 05:14:45 EST 2020

invoked mk nuke before mk mkdirs (thanks Column_1)

--- a/Dockerfile
+++ b/Dockerfile
@@ -26,8 +26,8 @@
 # build code
 RUN ./makemk.sh
 ENV PATH="$INFERNO/Linux/386/bin:${PATH}"
-RUN mk nuke
 RUN mk mkdirs
+RUN mk nuke
 RUN mk install
 
 
--- a/INSTALL
+++ b/INSTALL
@@ -69,9 +69,9 @@
      directory for the platform, which will now contain the
      mk binary just built.  On Unix, export  PATH.
 
-4    Then `mk nuke` to remove any extraneous object files.
+4    Then `mk mkdirs` to create all the missing directories.
 
-5    Then `mk mkdirs` to create all the missing directories.
+5    Then `mk nuke` to remove any extraneous object files.
 
 6    Finally, `mk install` to create and install   the
      libraries,    limbo  compiler,  emu for hosted Inferno,