diff options
author | John Beppu <beppu@lbox.org> | 2000-06-27 04:50:02 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-06-27 04:50:02 +0000 |
commit | 8f425dbf9a8af9d3ee9848a18a641a93d9fe039b (patch) | |
tree | 923bb7b84d2d450eb0c2a0598e4cbb0e6163fad7 /busybox.def.h | |
parent | 83a949cb225e5f327929c8911010cd947ffd08d5 (diff) | |
download | busybox-w32-8f425dbf9a8af9d3ee9848a18a641a93d9fe039b.tar.gz busybox-w32-8f425dbf9a8af9d3ee9848a18a641a93d9fe039b.tar.bz2 busybox-w32-8f425dbf9a8af9d3ee9848a18a641a93d9fe039b.zip |
+ busybox --install [-s]
is almost good to go. Here is my work in progress.
+ Look at the FIXME in busybox.c
to see what I need. The actual (sym)linking is disabled
for now, although I'm sure it works ;)
(Am I going to have to dig through /proc to find
out where the currently running busybox is sitting?)
+ I put an #ifdef BB_FEATURE_INSTALLER around
the new bits of code in busybox.c, and I have a
#define BB_FEATURE_INSTALLER in busybox.def.h
towards the bottom.
Diffstat (limited to '')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 9742241c2..4c74910d7 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -230,6 +230,11 @@ | |||
230 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING | 230 | //#define BB_FEATURE_INSMOD_VERSION_CHECKING |
231 | // | 231 | // |
232 | // | 232 | // |
233 | // Enable busybox --install [-s] | ||
234 | // to create links (or symlinks) for all the commands that are | ||
235 | // compiled into the binary. | ||
236 | #define BB_FEATURE_INSTALLER | ||
237 | // | ||
233 | // End of Features List | 238 | // End of Features List |
234 | // | 239 | // |
235 | // | 240 | // |