diff config @ 1727:45c936d93711 draft

Drop ROOT_NODIRS, it's not worth the complexity to support both layouts.
author Rob Landley <rob@landley.net>
date Sun, 11 Jan 2015 12:01:30 -0600
parents 3c9b927b9da8
children b89324905ca2
line wrap: on
line diff
--- a/config	Sun Jan 25 11:53:31 2015 -0600
+++ b/config	Sun Jan 11 12:01:30 2015 -0600
@@ -23,11 +23,6 @@
 
 # export NO_NATIVE_COMPILER=1
 
-# Setting this tells root-filesystem.sh not to create the normal directory
-# hierarchy of /usr, /tmp, /etc, and so on.
-
-# export ROOT_NODIRS=1
-
 # Setting this tells build.sh to use the existing $PATH commands to build
 # everything, which probably won't work out of the box. Cross compiling is
 # an insanely delicate process which requires a carefully configured host