Quoth Robin Getz: > > This just takes longer - since you either need to copy things by hand, > or run a 'make romfs' every time you edit something in vendors....
How long does a 'make romfs' take on your system? It's usually only a second on mine, so it doesn't bother me. If I'm just tweaking config files then I'll normally edit the ones in 'vendor' and use 'make romfs image'. If I'm changing software then I'll use 'make uri' (which is a custom target I made that's the equivalent of 'make user_only romfs image' -- to save typing, since that's the one I use the most). If I'm changing the kernel then I'll use 'make linux uri'. Unless I've changed something fundamental then all of these execute pretty quickly (with 'user_only' the slowest among those). The only target I usually try to avoid is 'lib_only', since that seems to always take forever to run even when everything is already up to date. Fortunately this stuff almost never gets changed. _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
