Changeset 855544c in freewrt for Makefile


Ignore:
Timestamp:
Jun 10, 2006, 11:54:01 AM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
14ccb40
Parents:
10e6184
Message:

disable toolchain options, dangerous settings, some OpenWrt -> FreeWRT conversion, remove some error messages about .defconfig

git-svn-id: svn://www.freewrt.org/trunk/freewrt@28 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r10e6184 r855544c  
    3131CONFIG_CONFIG_IN = Config.in
    3232endif
    33 CONFIG_DEFCONFIG = .defconfig
    3433CONFIG = package/config
    3534
    3635noconfig_targets := menuconfig config oldconfig randconfig \
    37         defconfig allyesconfig allnoconfig tags
     36        allyesconfig allnoconfig tags
    3837
    3938# Pull in the user's configuration file
     
    113112
    114113distclean: dirclean
    115         rm -rf $(STAMP_DIR) $(DL_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
     114        rm -rf $(STAMP_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
    116115        rm -f .config* .tmpconfig.h
    117116
     
    125124$(CONFIG)/conf:
    126125        $(MAKE) -C $(CONFIG) conf
    127         -@if [ ! -f .config ] ; then \
    128                 cp $(CONFIG_DEFCONFIG) .config; \
    129         fi
    130126$(CONFIG)/mconf:
    131127        $(MAKE) -C $(CONFIG)
    132         -@if [ ! -f .config ] ; then \
    133                 cp $(CONFIG_DEFCONFIG) .config; \
    134         fi
    135128
    136129menuconfig: $(CONFIG)/mconf
     
    170163        -./scripts/configtest.pl
    171164
    172 defconfig: $(CONFIG)/conf
    173         -touch .config
    174         -cp .config .config.test
    175         @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)
    176         -./scripts/configtest.pl
    177 
    178165endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
Note: See TracChangeset for help on using the changeset viewer.