aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-11 04:16:51 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-11 04:16:51 +0000
commit84b009256f2c17908ed768fea67bba8380ee1f26 (patch)
tree33a81760971a95856be3db8344c38fc235e07c91 /README
parentb52a218c95ac69977e0a7e1c0ab9563c28e145d0 (diff)
downloadbusybox-w32-84b009256f2c17908ed768fea67bba8380ee1f26.tar.gz
busybox-w32-84b009256f2c17908ed768fea67bba8380ee1f26.tar.bz2
busybox-w32-84b009256f2c17908ed768fea67bba8380ee1f26.zip
Minor updates
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 663a5d604..c71878c64 100644
--- a/README
+++ b/README
@@ -16,11 +16,15 @@ the parts you do not need using C++ style (//) comments.
16After the build is complete a busybox.links file is generated which is 16After the build is complete a busybox.links file is generated which is
17then used by 'make install' to create symlinks to the busybox binary 17then used by 'make install' to create symlinks to the busybox binary
18for all compiled in functions. By default, 'make install' will place 18for all compiled in functions. By default, 'make install' will place
19the symlink forest into `pwd`/busybox_install unless you have defined 19the symlink forest into `pwd`/_install unless you have defined the
20the PREFIX environment variable. 20PREFIX environment variable.
21 21
22Please feed suggestions, bug reports, insults, and bribes back to: 22Please feed suggestions, bug reports, insults, and bribes back to:
23 Erik Andersen 23 Erik Andersen
24 <andersen@lineo.com> 24 <andersen@lineo.com>
25 <andersee@deban.org> 25 <andersee@deban.org>
26 26
27<blatent plug>
28Many thanks to go to Lineo for paying me to work on busybox.
29</blatent plug>
30