code: purgatorio

Download patch

ref: 611dced75f0a6c9fd4b35b88ee0dd9ac5806cb54
parent: df03eca7e7cbfadf1cf8c8c5a94390eaa5013a8b
author: henesy <devnull@localhost>
date: Mon Nov 30 13: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,