diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 14:02:51 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-19 14:02:51 +0000 |
commit | bce74fd3d3da63b6a3f07c8d19634e6705aec6df (patch) | |
tree | 8d296233442ba0077e514cfb414185a7d099bfce | |
parent | 7c2dd198789988caef731e16a693b373db59a369 (diff) | |
download | busybox-w32-bce74fd3d3da63b6a3f07c8d19634e6705aec6df.tar.gz busybox-w32-bce74fd3d3da63b6a3f07c8d19634e6705aec6df.tar.bz2 busybox-w32-bce74fd3d3da63b6a3f07c8d19634e6705aec6df.zip |
- typo s/allbaseconfig/allbareconfig/
I thought Robert Day pointed this out, but i cannot find the mail in the archives..
git-svn-id: svn://busybox.net/trunk/busybox@15134 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ is run without an existing configuration, make defconfig will run first to | |||
53 | create a known starting point. | 53 | create a known starting point. |
54 | 54 | ||
55 | Other starting configurations (mostly used for testing purposes) include | 55 | Other starting configurations (mostly used for testing purposes) include |
56 | "make allbaseconfig" (enables all applets but disables all optional features), | 56 | "make allbareconfig" (enables all applets but disables all optional features), |
57 | "make allyesconfig" (enables absolutely everything including debug features), | 57 | "make allyesconfig" (enables absolutely everything including debug features), |
58 | and "make randconfig" (produce a random configuration). | 58 | and "make randconfig" (produce a random configuration). |
59 | 59 | ||