On Sun, 27 Apr 2008, Robert P. J. Day wrote: > On Sun, 27 Apr 2008, Sergey Lapin wrote: > >> Hi, all! >> Is there make targets to accomplish the following things: >> >> * build just one package w/o other stuff, just to >> check it builds and packages well; >> * build kernel, for the same reasons? >> >> Thanks a lot, > > i've occasionally wondered whether there was a make target to do > precisely one task as well. it would be handy if the openwrt makefile > supported a "make help" like the linux kernel does, in that it would > simply print all of the possible targets. one could either rewrite > the current "make help" target, or create a new one like, say, "make > list_targets". > > but a comprehensive list of openwrt targets would be *immensely* > helpful.
Ditto. I have found a number of useful targets, but I certainly couldn't give you a definitive list (or know how to find one). I use 'make package/<name>-prepare', 'make package/<name>-install' and 'make package/<name>-clean' for individual packages. See http://forum.openwrt.org/viewtopic.php?pid=31794 for some details. I also use make target/linux-prepare QUILT=1 to start working on the kernel source. make kernel_menuconfig allows you to reconfigure the kernel, but beware that it will be merged with what is necessary for the main menuconfig entries you have chosen, so you often can't turn some individual things off. -- Peter Denison _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
