diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 19:28:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 19:28:39 +0000 |
commit | 28ef3a18476a8160dbcc6545edf8abbe9db4e2a8 (patch) | |
tree | a74915bf203c65d60f4a2b02a79b5f32688a8073 /docs/buildroot.html | |
parent | 2e37ca70411d240e06135becf236dcf747a7c10b (diff) | |
download | buildroot-novena-28ef3a18476a8160dbcc6545edf8abbe9db4e2a8.tar.gz buildroot-novena-28ef3a18476a8160dbcc6545edf8abbe9db4e2a8.zip |
- duh. add missing listentry stop markers
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index ee0d6dea4..f7b9ab109 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -177,10 +177,10 @@ <p>Buildroot optionally honors some environment variables that are passed to <code>make</code> :</p> <ul> - <li>HOSTCXX - <li>HOSTCC - <li>UCLIBC_CONFIG_FILE=<path/to/.config> - <li>BUSYBOX_CONFIG_FILE=<path/to/.config> + <li>HOSTCXX</li> + <li>HOSTCC</li> + <li>UCLIBC_CONFIG_FILE=<path/to/.config></li> + <li>BUSYBOX_CONFIG_FILE=<path/to/.config></li> </ul> <p>An example that uses config files located in the toplevel directory and |