diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-15 08:20:08 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-15 08:20:08 +0000 |
commit | 3cd5d2541f375d5c87a35028fc4f6db0215872c2 (patch) | |
tree | 126923bfceaa07e12549d962f5dda1ac71577292 | |
parent | 0f0fcecf7fb85593c8112efae07342a1ba6c7dde (diff) |
Turn off loadkmap and loadfont. We won't be needing those.
-Erik
-rw-r--r-- | busybox.def.h | 4 | ||||
-rw-r--r-- | busybox.spec | 2 | ||||
-rw-r--r-- | examples/busybox.spec | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index 402f2bce3..cbee4f651 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -31,8 +31,8 @@ #define BB_KLOGD //#define BB_LENGTH #define BB_LN -#define BB_LOADFONT -#define BB_LOADKMAP +//#define BB_LOADFONT +//#define BB_LOADKMAP #define BB_LOGGER #define BB_LS //#define BB_MAKEDEVS diff --git a/busybox.spec b/busybox.spec index ed1b2deb1..5e9df9d0e 100644 --- a/busybox.spec +++ b/busybox.spec @@ -21,7 +21,7 @@ embedded system. %setup -q -n %{Name}-%{Version} %Build -make +BB_INIT_RC_EXIT_CMD=\"/bin/sh\" make %Install rm -rf $RPM_BUILD_ROOT diff --git a/examples/busybox.spec b/examples/busybox.spec index ed1b2deb1..5e9df9d0e 100644 --- a/examples/busybox.spec +++ b/examples/busybox.spec @@ -21,7 +21,7 @@ embedded system. %setup -q -n %{Name}-%{Version} %Build -make +BB_INIT_RC_EXIT_CMD=\"/bin/sh\" make %Install rm -rf $RPM_BUILD_ROOT |