> so as a start, you can use, say, OUTPUT_DIR as the absolutely > top-level output location (defaulting to $(TOPDIR) if you > want). and further, each and every build *must* have a > BUILD_ID (which could have a default name of, well, "default" > or something). at that point, building is easy, and cleaning > is just as easy.
... executing make BUILD_BASE=/my/unique/path should put the complete output into the specified dir. That's why within this patch the BUILD_BASE is added to the bin and staging dir too. Is this what you mean? Btw. this stuff is useful to put the outputs on faster netapps (my OpenWRT tree is located within an much slower ClearCase view ...) . br/R _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
