comparison 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
comparison
equal deleted inserted replaced
1726:36beae266f90 1727:45c936d93711
20 20
21 # Setting this tells build.sh not to build a native toolchain. (This yields 21 # Setting this tells build.sh not to build a native toolchain. (This yields
22 # a much smaller root-filesystem tarball.) 22 # a much smaller root-filesystem tarball.)
23 23
24 # export NO_NATIVE_COMPILER=1 24 # export NO_NATIVE_COMPILER=1
25
26 # Setting this tells root-filesystem.sh not to create the normal directory
27 # hierarchy of /usr, /tmp, /etc, and so on.
28
29 # export ROOT_NODIRS=1
30 25
31 # Setting this tells build.sh to use the existing $PATH commands to build 26 # Setting this tells build.sh to use the existing $PATH commands to build
32 # everything, which probably won't work out of the box. Cross compiling is 27 # everything, which probably won't work out of the box. Cross compiling is
33 # an insanely delicate process which requires a carefully configured host 28 # an insanely delicate process which requires a carefully configured host
34 # environment. If we don't set up our own, you'll have to supply one. 29 # environment. If we don't set up our own, you'll have to supply one.