- Timestamp:
- Jul 27, 2006, 7:04:19 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 7ffa231
- Parents:
- 9772d83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.mk
r9772d83 r3e1f33c 46 46 $(STAMP_DIR): 47 47 @mkdir -p $(STAMP_DIR) 48 49 source: tools/source toolchain/source package/source target/source50 48 51 49 package/%: … … 111 109 112 110 $(CONFIG)/conf: 113 $(MAKE) -C $(CONFIG) conf111 @$(MAKE) -C $(CONFIG) conf > /dev/null 2>&1 114 112 $(CONFIG)/mconf: 115 $(MAKE) -C $(CONFIG)113 @$(MAKE) -C $(CONFIG) > /dev/null 2>&1 116 114 117 115 menuconfig: $(CONFIG)/mconf 118 -touch .config116 @-touch .config 119 117 @$(CONFIG)/mconf $(CONFIG_CONFIG_IN) 120 118 121 119 config: $(CONFIG)/conf 122 -touch .config120 @-touch .config 123 121 @$(CONFIG)/conf $(CONFIG_CONFIG_IN) 124 122 125 123 oldconfig: $(CONFIG)/conf 126 -touch .config124 @-touch .config 127 125 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 128 126 129 127 randconfig: $(CONFIG)/conf 130 -touch .config128 @-touch .config 131 129 @$(CONFIG)/conf -r $(CONFIG_CONFIG_IN) 132 130 133 131 allyesconfig: $(CONFIG)/conf 134 -touch .config132 @-touch .config 135 133 @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) 136 134 137 135 allnoconfig: $(CONFIG)/conf 138 -touch .config136 @-touch .config 139 137 @$(CONFIG)/conf -n $(CONFIG_CONFIG_IN) 140 138
Note:
See TracChangeset
for help on using the changeset viewer.
