Changeset 540
- Timestamp:
- 08/25/06 00:19:09 (2 years ago)
- Files:
-
- trunk/freewrt/build.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/build.mk
r539 r540 16 16 ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) 17 17 -include $(TOPDIR)/.config 18 endif 19 ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y) 20 else 21 V:=99 18 22 endif 19 23 include $(TOPDIR)/rules.mk … … 89 93 90 94 else # ifeq ($(strip $(FWRT_HAVE_DOT_CONFIG)),y) 91 V:=9992 93 95 all: menuconfig 94 96 @echo "Start the build with \"make\" or with \"make v\" to be verbose"


