[EMAIL PROTECTED] dixit: >hide some warnings and output
>- $(MAKE) -C $(CONFIG) conf >+ @$(MAKE) -C $(CONFIG) conf > /dev/null 2>&1 Why are we hiding this? What do you think would someone like me think when, after editing a few dozen Config.in files, 'make menuconfig' wouldn't start any more? (Just for the record, I actually forgot to comment out one more 'endmenu', and the error message was helpful.) Unix philosophy is to be silent unless something goes wrong, but I don't know what it says about e.g. compiler command lines. Besides, isn't this what we have $(V) for? (And write >/dev/null, without the space, to save one byte. We're an embedded OS after all ;) //mirabile -- I believe no one can invent an algorithm. One just happens to hit upon it when God enlightens him. Or only God invents algorithms, we merely copy them. If you don't believe in God, just consider God as Nature if you won't deny existence. -- Coywolf Qi Hunt _______________________________________________ freewrt-developers mailing list [email protected] https://www.freewrt.org/lists/listinfo/freewrt-developers
