Changeset 15b592b in mainline


Ignore:
Timestamp:
2010-05-18T20:43:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9e56e65, c47e1a8
Parents:
f173404
Message:

It should be 'barebone' not 'bare boned'.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rf173404 r15b592b  
    528528! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
    529529
    530 % Bare boned build with essential binaries only
    531 ! CONFIG_BARE_BONED (n/y)
    532 
     530% Barebone build with essential binaries only
     531! CONFIG_BAREBONE (n/y)
     532
  • boot/Makefile.common

    rf173404 r15b592b  
    134134        $(USPACE_PATH)/app/top/top
    135135
    136 ifneq ($(CONFIG_BARE_BONED),y)
     136ifneq ($(CONFIG_BAREBONE),y)
    137137NET_CFG = \
    138138        $(USPACE_PATH)/srv/net/cfg/general \
     
    152152-include arch/$(BARCH)/Makefile.inc
    153153
    154 ifeq ($(CONFIG_BARE_BONED),y)
     154ifeq ($(CONFIG_BAREBONE),y)
    155155RD_SRVS = $(RD_SRVS_ESSENTIAL)
    156156RD_APPS = $(RD_APPS_ESSENTIAL)
  • defaults/sparc64/serengeti/Makefile.config

    rf173404 r15b592b  
    99CONFIG_STRIP_BINARIES = y
    1010CONFIG_OPTIMIZE_FOR_SIZE = y
    11 CONFIG_BARE_BONED = y
     11CONFIG_BAREBONE = y
Note: See TracChangeset for help on using the changeset viewer.