diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-11 04:16:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-11 04:16:51 +0000 |
commit | 0c3c46fb3611c0ff152b7f442a982d5a211bccf9 (patch) | |
tree | 33a81760971a95856be3db8344c38fc235e07c91 /README | |
parent | 8ad293ab912ec89bd2e7d6d5cf0ad14af8e213e8 (diff) | |
download | busybox-w32-0c3c46fb3611c0ff152b7f442a982d5a211bccf9.tar.gz busybox-w32-0c3c46fb3611c0ff152b7f442a982d5a211bccf9.tar.bz2 busybox-w32-0c3c46fb3611c0ff152b7f442a982d5a211bccf9.zip |
Minor updates
git-svn-id: svn://busybox.net/trunk/busybox@213 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,11 +16,15 @@ the parts you do not need using C++ style (//) comments. | |||
16 | After the build is complete a busybox.links file is generated which is | 16 | After the build is complete a busybox.links file is generated which is |
17 | then used by 'make install' to create symlinks to the busybox binary | 17 | then used by 'make install' to create symlinks to the busybox binary |
18 | for all compiled in functions. By default, 'make install' will place | 18 | for all compiled in functions. By default, 'make install' will place |
19 | the symlink forest into `pwd`/busybox_install unless you have defined | 19 | the symlink forest into `pwd`/_install unless you have defined the |
20 | the PREFIX environment variable. | 20 | PREFIX environment variable. |
21 | 21 | ||
22 | Please feed suggestions, bug reports, insults, and bribes back to: | 22 | Please 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> | ||
28 | Many thanks to go to Lineo for paying me to work on busybox. | ||
29 | </blatent plug> | ||
30 | |||