jhbuild complete clean and recompile?

John Ralls jralls at ceridwen.us
Mon Mar 17 22:53:20 EDT 2014


On Mar 17, 2014, at 3:10 PM, Jeff Earickson <jaearick at colby.edu> wrote:

> I did "jhbuild clean" and it seemed to do a make clean thru all
> directories, but "jhbuild build" just checks for new versions to download
> and then stops.  How to do a complete clean and recompile of all code?

You're confusing "build-dir" and "install-dir" again. "clean" and "distclean" affect only the build directories and have no affect on the install directories. "build" by default looks at what's installed.

There are three basic ways to force a re-build:
* Pass the --force argument to build or buildone
* Set build_policy = 'all' in .jhbuildrc-custom
* Nuke the target of --prefix

There's a control file somewhere that you can edit as well that lists all of the built modules. It used to be in $PREFIX/lib, but it seems to have moved and I can't find it right now.

Regards,
John Ralls




More information about the gnucash-devel mailing list