- Timestamp:
- Jun 11, 2006, 11:06:20 PM (20 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 291c947
- Parents:
- 1afde0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.mk
r1afde0f r41be261 26 26 export TOPDIR 27 27 28 ifneq ($(DEVELOPER),)29 CONFIG_CONFIG_IN = Config.in.devel30 else31 28 CONFIG_CONFIG_IN = Config.in 32 endif33 29 CONFIG = package/config 34 30 … … 47 43 48 44 .NOTPARALLEL: 49 .PHONY: all world clean cleandir distclean image_clean target_clean source configtest45 .PHONY: all world clean cleandir distclean image_clean target_clean source 50 46 51 47 ############################################################# … … 59 55 include .config.cmd 60 56 61 world: $(DL_DIR) $(BUILD_DIR) configtest57 world: $(DL_DIR) $(BUILD_DIR) 62 58 $(MAKE) -f build.mk toolchain/install target/compile package/compile root_clean package/install target/install package_index 63 59 @$(TRACE) Build complete. 64 65 configtest:66 -cp .config .config.test67 -scripts/configtest.pl68 60 69 61 package_index: … … 137 129 menuconfig: $(CONFIG)/mconf 138 130 -touch .config 139 -cp .config .config.test140 131 @$(CONFIG)/mconf $(CONFIG_CONFIG_IN) 141 -./scripts/configtest.pl142 132 143 133 config: $(CONFIG)/conf 144 134 -touch .config 145 -cp .config .config.test146 135 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 147 -./scripts/configtest.pl148 136 149 137 oldconfig: $(CONFIG)/conf 150 138 -touch .config 151 -cp .config .config.test152 139 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 153 -./scripts/configtest.pl154 140 155 141 randconfig: $(CONFIG)/conf 156 142 -touch .config 157 -cp .config .config.test158 143 @$(CONFIG)/conf -r $(CONFIG_CONFIG_IN) 159 -./scripts/configtest.pl160 144 161 145 allyesconfig: $(CONFIG)/conf 162 146 -touch .config 163 -cp .config .config.test164 147 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 165 -./scripts/configtest.pl166 148 167 149 allnoconfig: $(CONFIG)/conf 168 150 -touch .config 169 -cp .config .config.test170 151 @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) 171 -./scripts/configtest.pl172 152 173 153 endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
Note:
See TracChangeset
for help on using the changeset viewer.
