diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-20 21:43:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-20 21:43:43 +0000 |
commit | e2310b5a91f4e71ae5343fe5c18608836baea71f (patch) | |
tree | 4589432eef21b765832233841ec8f8df49ad4fae | |
parent | c73a7f9ba0079e03c1376409184d416b0e36ea49 (diff) | |
download | busybox-w32-e2310b5a91f4e71ae5343fe5c18608836baea71f.tar.gz busybox-w32-e2310b5a91f4e71ae5343fe5c18608836baea71f.tar.bz2 busybox-w32-e2310b5a91f4e71ae5343fe5c18608836baea71f.zip |
djust debian build targets
-rw-r--r-- | debian/Config.h-deb | 19 | ||||
-rw-r--r-- | debian/Config.h-udeb | 56 |
2 files changed, 57 insertions, 18 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index c156d949c..bbbedc8bc 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -25,6 +25,7 @@ | |||
25 | #define BB_DIRNAME | 25 | #define BB_DIRNAME |
26 | #define BB_DMESG | 26 | #define BB_DMESG |
27 | #define BB_DOS2UNIX | 27 | #define BB_DOS2UNIX |
28 | #define BB_DPKG_DEB | ||
28 | #define BB_DUTMP | 29 | #define BB_DUTMP |
29 | #define BB_DU | 30 | #define BB_DU |
30 | #define BB_DUMPKMAP | 31 | #define BB_DUMPKMAP |
@@ -46,7 +47,7 @@ | |||
46 | #define BB_HOSTNAME | 47 | #define BB_HOSTNAME |
47 | #define BB_ID | 48 | #define BB_ID |
48 | #define BB_INIT | 49 | #define BB_INIT |
49 | #define BB_INSMOD | 50 | //#define BB_INSMOD |
50 | #define BB_KILL | 51 | #define BB_KILL |
51 | #define BB_KILLALL | 52 | #define BB_KILLALL |
52 | #define BB_LENGTH | 53 | #define BB_LENGTH |
@@ -279,10 +280,10 @@ | |||
279 | // Enable busybox --install [-s] | 280 | // Enable busybox --install [-s] |
280 | // to create links (or symlinks) for all the commands that are | 281 | // to create links (or symlinks) for all the commands that are |
281 | // compiled into the binary. (needs /proc filesystem) | 282 | // compiled into the binary. (needs /proc filesystem) |
282 | // #define BB_FEATURE_INSTALLER | 283 | #define BB_FEATURE_INSTALLER |
283 | // | 284 | // |
284 | // Enable a nifty progress meter in wget (adds just under 2k) | 285 | // Enable a nifty progress meter in wget (adds just under 2k) |
285 | //#define BB_FEATURE_STATUSBAR | 286 | #define BB_FEATURE_STATUSBAR |
286 | // | 287 | // |
287 | // Clean up all memory before exiting -- usually not needed | 288 | // Clean up all memory before exiting -- usually not needed |
288 | // as the OS can clean up... Don't enable this unless you | 289 | // as the OS can clean up... Don't enable this unless you |
@@ -327,6 +328,18 @@ | |||
327 | #endif | 328 | #endif |
328 | #endif | 329 | #endif |
329 | // | 330 | // |
331 | #ifdef BB_DPKG_DEB | ||
332 | #ifndef BB_AR | ||
333 | #define BB_AR | ||
334 | #endif | ||
335 | #ifndef BB_TAR | ||
336 | #define BB_TAR | ||
337 | #endif | ||
338 | #ifndef BB_FEATURE_TAR_GZIP | ||
339 | #define BB_FEATURE_TAR_GZIP | ||
340 | #endif | ||
341 | #endif | ||
342 | // | ||
330 | #ifdef BB_TAR | 343 | #ifdef BB_TAR |
331 | #ifdef BB_FEATURE_TAR_GZIP | 344 | #ifdef BB_FEATURE_TAR_GZIP |
332 | #ifndef BB_GUNZIP | 345 | #ifndef BB_GUNZIP |
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 2f2d5f21a..769ff284c 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb | |||
@@ -25,11 +25,12 @@ | |||
25 | #define BB_DIRNAME | 25 | #define BB_DIRNAME |
26 | #define BB_DMESG | 26 | #define BB_DMESG |
27 | //#define BB_DOS2UNIX | 27 | //#define BB_DOS2UNIX |
28 | #define BB_DPKG_DEB | ||
28 | //#define BB_DUTMP | 29 | //#define BB_DUTMP |
29 | #define BB_DU | 30 | #define BB_DU |
30 | //#define BB_DUMPKMAP | 31 | //#define BB_DUMPKMAP |
31 | #define BB_ECHO | 32 | #define BB_ECHO |
32 | //#define BB_EXPR | 33 | #define BB_EXPR |
33 | #define BB_FBSET | 34 | #define BB_FBSET |
34 | //#define BB_FDFLUSH | 35 | //#define BB_FDFLUSH |
35 | #define BB_FIND | 36 | #define BB_FIND |
@@ -70,8 +71,8 @@ | |||
70 | #define BB_MORE | 71 | #define BB_MORE |
71 | #define BB_MOUNT | 72 | #define BB_MOUNT |
72 | //#define BB_MT | 73 | //#define BB_MT |
73 | #define BB_NSLOOKUP | 74 | //#define BB_NSLOOKUP |
74 | #define BB_PING | 75 | //#define BB_PING |
75 | #define BB_POWEROFF | 76 | #define BB_POWEROFF |
76 | //#define BB_PRINTF | 77 | //#define BB_PRINTF |
77 | #define BB_PS | 78 | #define BB_PS |
@@ -105,7 +106,7 @@ | |||
105 | #define BB_UPTIME | 106 | #define BB_UPTIME |
106 | //#define BB_USLEEP | 107 | //#define BB_USLEEP |
107 | //#define BB_WC | 108 | //#define BB_WC |
108 | #define BB_WGET | 109 | //#define BB_WGET |
109 | #define BB_WHICH | 110 | #define BB_WHICH |
110 | #define BB_WHOAMI | 111 | #define BB_WHOAMI |
111 | //#define BB_UUENCODE | 112 | //#define BB_UUENCODE |
@@ -211,7 +212,8 @@ | |||
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 212 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
212 | // | 213 | // |
213 | // Enable support for mounting remote NFS volumes. | 214 | // Enable support for mounting remote NFS volumes. |
214 | // You may no -o nolock if no local portmapper is running. | 215 | // You may need to mount with "-o nolock" if you are |
216 | // not running a local portmapper daemon... | ||
215 | #define BB_FEATURE_NFSMOUNT | 217 | #define BB_FEATURE_NFSMOUNT |
216 | // | 218 | // |
217 | // Enable support forced filesystem unmounting | 219 | // Enable support forced filesystem unmounting |
@@ -221,27 +223,30 @@ | |||
221 | // Enable support for creation of tar files. | 223 | // Enable support for creation of tar files. |
222 | //#define BB_FEATURE_TAR_CREATE | 224 | //#define BB_FEATURE_TAR_CREATE |
223 | // | 225 | // |
224 | // Enable support for "--exclude" for excluding files | 226 | // Enable support for "--exclude" and "-X" for excluding files |
225 | //#define BB_FEATURE_TAR_EXCLUDE | 227 | //#define BB_FEATURE_TAR_EXCLUDE |
226 | // | 228 | // |
229 | // Enable support for tar -z option (currently only works for inflating) | ||
230 | #define BB_FEATURE_TAR_GZIP | ||
231 | // | ||
227 | //// Enable reverse sort | 232 | //// Enable reverse sort |
228 | //#define BB_FEATURE_SORT_REVERSE | 233 | #define BB_FEATURE_SORT_REVERSE |
229 | // | 234 | // |
230 | // Enable command line editing in the shell | 235 | // Enable command line editing in the shell |
231 | //#define BB_FEATURE_SH_COMMAND_EDITING | 236 | #define BB_FEATURE_SH_COMMAND_EDITING |
232 | // | 237 | // |
233 | //Allow the shell to invoke all the compiled in BusyBox commands as if they | 238 | //Allow the shell to invoke all the compiled in BusyBox applets as if they |
234 | //were shell builtins. Nice for staticly linking an emergency rescue shell | 239 | //were shell builtins. Nice for staticly linking an emergency rescue shell, |
235 | //among other thing. | 240 | //among other things. |
236 | //#define BB_FEATURE_SH_STANDALONE_SHELL | 241 | //#define BB_FEATURE_SH_STANDALONE_SHELL |
237 | // | 242 | // |
238 | //When this is enabled, busybox shell builtins can be called using full path | 243 | //When this is enabled, busybox shell applets can be called using full path |
239 | //names. This causes builtins (i.e. every single busybox command) to override | 244 | //names. This causes applets (i.e., most busybox commands) to override |
240 | //real commands on the filesystem. For example, if you run run /bin/cat, it | 245 | //real commands on the filesystem. For example, if you run run /bin/cat, it |
241 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ | 246 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ |
242 | //busybox. Some systems want this, others do not. Choose wisely. :-) This | 247 | //busybox. Some systems want this, others do not. Choose wisely. :-) This |
243 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. | 248 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. |
244 | //#define BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | 249 | //BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
245 | // | 250 | // |
246 | // Enable tab completion in the shell (not yet | 251 | // Enable tab completion in the shell (not yet |
247 | // working very well -- so don't turn this on) | 252 | // working very well -- so don't turn this on) |
@@ -271,10 +276,11 @@ | |||
271 | // Support for Minix filesystem, version 2 | 276 | // Support for Minix filesystem, version 2 |
272 | //#define BB_FEATURE_MINIX2 | 277 | //#define BB_FEATURE_MINIX2 |
273 | // | 278 | // |
279 | // | ||
274 | // Enable busybox --install [-s] | 280 | // Enable busybox --install [-s] |
275 | // to create links (or symlinks) for all the commands that are | 281 | // to create links (or symlinks) for all the commands that are |
276 | // compiled into the binary. (needs /proc filesystem) | 282 | // compiled into the binary. (needs /proc filesystem) |
277 | //#define BB_FEATURE_INSTALLER | 283 | // #define BB_FEATURE_INSTALLER |
278 | // | 284 | // |
279 | // Enable a nifty progress meter in wget (adds just under 2k) | 285 | // Enable a nifty progress meter in wget (adds just under 2k) |
280 | #define BB_FEATURE_STATUSBAR | 286 | #define BB_FEATURE_STATUSBAR |
@@ -322,6 +328,26 @@ | |||
322 | #endif | 328 | #endif |
323 | #endif | 329 | #endif |
324 | // | 330 | // |
331 | #ifdef BB_DPKG_DEB | ||
332 | #ifndef BB_AR | ||
333 | #define BB_AR | ||
334 | #endif | ||
335 | #ifndef BB_TAR | ||
336 | #define BB_TAR | ||
337 | #endif | ||
338 | #ifndef BB_FEATURE_TAR_GZIP | ||
339 | #define BB_FEATURE_TAR_GZIP | ||
340 | #endif | ||
341 | #endif | ||
342 | // | ||
343 | #ifdef BB_TAR | ||
344 | #ifdef BB_FEATURE_TAR_GZIP | ||
345 | #ifndef BB_GUNZIP | ||
346 | #define BB_GUNZIP | ||
347 | #endif | ||
348 | #endif | ||
349 | #endif | ||
350 | // | ||
325 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT | 351 | #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT |
326 | #define BB_NFSMOUNT | 352 | #define BB_NFSMOUNT |
327 | #endif | 353 | #endif |