Hi, On Tue, Nov 10, 2009 at 05:42:45PM +0800, Spider Larkin wrote: > If I try to skip the cleaning and unpacking: > $ rm debian/stampdir/build
That just removes the debian stampfile. ooo-build has one, too. > $ debuild -uc -us -b -Tbuild > ...debuild sets up its environment... > ...cds into ooo-build... > ...calls /usr/bin/make... > ...which checks every subdirectory of ooo-build except ooo-build/build, and > decides that nothing needs to be done! > > How do I get make to notice that ww8atr.cxx has changed and recompile the > parts that need recompiling? All of the documentation I have seen only > tells me how to build from clean sources. It seems to me that it didn't even try to recompile. rm ooo-build/stamp/build (or even rm ooo-build/config.status) should do it. > I can see that making a patch, tossing it into the patches directory and > rebuilding from scratch will get my code into the build, but at the cost of > 1.5 hours every time I change a line of code. You even cna put it there and debuild -b -nc after rm debian/stampdir/build. ooo-build should figure out that something in apply changed... Grüße/Regards, Rene --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
