On Mon, Sep 28, 2015 at 11:42 PM, Rick Mann <[email protected]> wrote: > >> On Sep 28, 2015, at 16:34 , Robert Nelson <[email protected]> wrote: >> >>> Your script worked great! >>> >>> Now, if I make a change to the source and want to rebuild and re-generate >>> the .debs, what do I do? >> >> ./tools/rebuild_deb.sh > > Hmm, that seems to do a LOT of work. It re-presented menuconfig, which I just > exited, and then it cleaned a bunch of directories, tarred up linux-upstream > again, and is rebuilding everything. > > I just want to recompile the one file I changed (or any that depended on it, > but this was a .c file), and have it re-build the .debs, etc.
but... it's not redoing the "KERNEL" directory.. ;) upsteam "make deb-pkg" does all that extra stuff, save your self by install "ccache" and enabling 2GB for ~/.ccache Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
