From: Bernhard Reutner-Fischer Date: Fri, 19 May 2006 14:02:51 +0000 (-0000) Subject: - typo s/allbaseconfig/allbareconfig/ X-Git-Tag: 1_2_0~344 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=14b1d2930a059c048cbd7b084eb083326847478f;p=oweals%2Fbusybox.git - typo s/allbaseconfig/allbareconfig/ I thought Robert Day pointed this out, but i cannot find the mail in the archives.. --- diff --git a/INSTALL b/INSTALL index 4d0a09f9a..731e58e41 100644 --- a/INSTALL +++ b/INSTALL @@ -53,7 +53,7 @@ is run without an existing configuration, make defconfig will run first to create a known starting point. Other starting configurations (mostly used for testing purposes) include -"make allbaseconfig" (enables all applets but disables all optional features), +"make allbareconfig" (enables all applets but disables all optional features), "make allyesconfig" (enables absolutely everything including debug features), and "make randconfig" (produce a random configuration).