Turn off loadkmap and loadfont. We won't be needing those.

-Erik
This commit is contained in:
Erik Andersen 1999-12-15 08:20:08 +00:00
parent 0f0fcecf7f
commit 3cd5d2541f
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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