Changeset 3da9df6 in freewrt


Ignore:
Timestamp:
Mar 20, 2007, 12:23:20 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
a61158e
Parents:
ec3ad3a
Message:

for allmodconfig and snapshotconfig:

  • reset runtime options and ccache to defaults, too
  • run "oldconfig" after the restore script

note: Config.defaults is out of date, please regenerate!

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/build.mk

    rec3ad3a r3da9df6  
    131131
    132132# add patterns for config symbols to always restore from default here
    133 RESTORE_PATTERNS := BUSYBOX
     133RESTORE_PATTERNS := BUSYBOX CCACHE FWRT_RUNTIME
    134134allmodconfig: $(CONFIG)/conf
    135135        $(CONFIG)/conf -m $(CONFIG_CONFIG_IN)
    136136        ${BASH} scripts/restore-defaultconf.sh $(RESTORE_PATTERNS)
     137        $(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
    137138
    138139snapshotconfig: $(CONFIG)/conf
    139140        $(CONFIG)/conf -m Config.in.snapshot
    140141        ${BASH} scripts/restore-defaultconf.sh $(RESTORE_PATTERNS)
     142        $(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
    141143
    142144tools/install-lbin:
Note: See TracChangeset for help on using the changeset viewer.