diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | busybox.def.h | 27 |
2 files changed, 15 insertions, 16 deletions
@@ -17,12 +17,12 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | PROG=busybox | 19 | PROG=busybox |
20 | VERSION=0.33 | 20 | VERSION=0.34 |
21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") | 21 | BUILDTIME=$(shell date "+%Y%m%d-%H%M") |
22 | 22 | ||
23 | # Comment out the following to make a debuggable build | 23 | # Comment out the following to make a debuggable build |
24 | # Leave this off for production use. | 24 | # Leave this off for production use. |
25 | DODEBUG=true | 25 | DODEBUG=false |
26 | # If you want a static binary, turn this on. I can't think | 26 | # If you want a static binary, turn this on. I can't think |
27 | # of many situations where anybody would ever want it static, | 27 | # of many situations where anybody would ever want it static, |
28 | # but... | 28 | # but... |
diff --git a/busybox.def.h b/busybox.def.h index 26fd8f822..615289b81 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -2,7 +2,6 @@ | |||
2 | * This file is parsed by sed. You MUST use single line comments. | 2 | * This file is parsed by sed. You MUST use single line comments. |
3 | * IE //#define BB_BLAH | 3 | * IE //#define BB_BLAH |
4 | */ | 4 | */ |
5 | |||
6 | #define BB_BUSYBOX | 5 | #define BB_BUSYBOX |
7 | #define BB_CAT | 6 | #define BB_CAT |
8 | #define BB_CHMOD_CHOWN_CHGRP | 7 | #define BB_CHMOD_CHOWN_CHGRP |
@@ -13,53 +12,53 @@ | |||
13 | #define BB_DD | 12 | #define BB_DD |
14 | #define BB_DF | 13 | #define BB_DF |
15 | #define BB_DMESG | 14 | #define BB_DMESG |
16 | //#define BB_DUTMP | 15 | #define BB_DUTMP |
17 | //#define BB_FDFLUSH | 16 | #define BB_FDFLUSH |
18 | #define BB_FIND | 17 | #define BB_FIND |
19 | #define BB_FSCK_MINIX | 18 | #define BB_FSCK_MINIX |
20 | #define BB_MKFS_MINIX | 19 | #define BB_MKFS_MINIX |
21 | #define BB_CHVT | 20 | #define BB_CHVT |
22 | #define BB_DEALLOCVT | 21 | #define BB_DEALLOCVT |
23 | #define BB_GREP | 22 | #define BB_GREP |
24 | //#define BB_HALT | 23 | #define BB_HALT |
25 | #define BB_INIT | 24 | #define BB_INIT |
26 | #define BB_KILL | 25 | #define BB_KILL |
27 | //#define BB_LENGTH | 26 | #define BB_LENGTH |
28 | #define BB_LN | 27 | #define BB_LN |
29 | #define BB_LOADFONT | 28 | #define BB_LOADFONT |
30 | #define BB_LOADKMAP | 29 | #define BB_LOADKMAP |
31 | #define BB_LS | 30 | #define BB_LS |
32 | //#define BB_MAKEDEVS | 31 | #define BB_MAKEDEVS |
33 | //#define BB_MATH | 32 | #define BB_MATH |
34 | #define BB_MKDIR | 33 | #define BB_MKDIR |
35 | #define BB_MKNOD | 34 | #define BB_MKNOD |
36 | #define BB_MKSWAP | 35 | #define BB_MKSWAP |
37 | //#define BB_MNC | 36 | #define BB_MNC |
38 | #define BB_MORE | 37 | #define BB_MORE |
39 | #define BB_MOUNT | 38 | #define BB_MOUNT |
40 | //#define BB_MT | 39 | #define BB_MT |
41 | //#define BB_MTAB | 40 | #define BB_MTAB |
42 | #define BB_MV | 41 | #define BB_MV |
43 | //#define BB_PRINTF | 42 | #define BB_PRINTF |
44 | #define BB_PS | 43 | #define BB_PS |
45 | #define BB_PWD | 44 | #define BB_PWD |
46 | #define BB_REGEXP | 45 | #define BB_REGEXP |
47 | #define BB_REBOOT | 46 | #define BB_REBOOT |
48 | #define BB_RM | 47 | #define BB_RM |
49 | #define BB_RMDIR | 48 | #define BB_RMDIR |
50 | //#define BB_SFDISK | 49 | #define BB_SFDISK |
51 | #define BB_SED | 50 | #define BB_SED |
52 | #define BB_SLEEP | 51 | #define BB_SLEEP |
53 | #define BB_SWAPONOFF | 52 | #define BB_SWAPONOFF |
54 | #define BB_SYNC | 53 | #define BB_SYNC |
55 | #define BB_TAR | 54 | #define BB_TAR |
56 | #define BB_TOUCH | 55 | #define BB_TOUCH |
57 | //#define BB_TRUE_FALSE | 56 | #define BB_TRUE_FALSE |
58 | #define BB_UMOUNT | 57 | #define BB_UMOUNT |
59 | #define BB_UPDATE | 58 | #define BB_UPDATE |
60 | #define BB_UNAME | 59 | #define BB_UNAME |
61 | #define BB_ZCAT | 60 | #define BB_ZCAT |
62 | //#define BB_GZIP | 61 | #define BB_GZIP |
63 | // Don't turn BB_UTILITY off. It contains support code | 62 | // Don't turn BB_UTILITY off. It contains support code |
64 | // that compiles to 0 if everything else if turned off. | 63 | // that compiles to 0 if everything else if turned off. |
65 | #define BB_UTILITY | 64 | #define BB_UTILITY |