Changeset 604

Show
Ignore:
Timestamp:
09/16/06 18:31:47 (2 years ago)
Author:
wbx
Message:

revert the bad idea, if ncurses.h is missing you do not see the problem otherwise

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/build.mk

    r553 r604  
    108108 
    109109$(CONFIG)/conf: 
    110         @$(MAKE) -C $(CONFIG) conf > /dev/null 2>&1 
     110        @$(MAKE) -C $(CONFIG) conf 
    111111$(CONFIG)/mconf: 
    112         @$(MAKE) -C $(CONFIG) > /dev/null 2>&1 
     112        @$(MAKE) -C $(CONFIG) 
    113113 
    114114menuconfig: $(CONFIG)/mconf