- Timestamp:
- Jun 10, 2006, 11:54:01 AM (20 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 14ccb40
- Parents:
- 10e6184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r10e6184 r855544c 31 31 CONFIG_CONFIG_IN = Config.in 32 32 endif 33 CONFIG_DEFCONFIG = .defconfig34 33 CONFIG = package/config 35 34 36 35 noconfig_targets := menuconfig config oldconfig randconfig \ 37 defconfigallyesconfig allnoconfig tags36 allyesconfig allnoconfig tags 38 37 39 38 # Pull in the user's configuration file … … 113 112 114 113 distclean: dirclean 115 rm -rf $(STAMP_DIR) $( DL_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)114 rm -rf $(STAMP_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR) 116 115 rm -f .config* .tmpconfig.h 117 116 … … 125 124 $(CONFIG)/conf: 126 125 $(MAKE) -C $(CONFIG) conf 127 -@if [ ! -f .config ] ; then \128 cp $(CONFIG_DEFCONFIG) .config; \129 fi130 126 $(CONFIG)/mconf: 131 127 $(MAKE) -C $(CONFIG) 132 -@if [ ! -f .config ] ; then \133 cp $(CONFIG_DEFCONFIG) .config; \134 fi135 128 136 129 menuconfig: $(CONFIG)/mconf … … 170 163 -./scripts/configtest.pl 171 164 172 defconfig: $(CONFIG)/conf173 -touch .config174 -cp .config .config.test175 @$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)176 -./scripts/configtest.pl177 178 165 endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
Note:
See TracChangeset
for help on using the changeset viewer.
