Building an rpm with a modified Makefile

Jonathan Ryshpan jonrysh at pacbell.net
Thu Nov 12 20:22:07 UTC 2009


I may need to build audacity with the Makefile modified to set
__WXDEBUG__ .  The natural way to do this would seem to be to invoke
	$ rpmbuild -bb SPECS/audacity.spec
edit the Makefile, and then run something like
	$ rpmbuild --short-circuit -bb audacity.spec
but --short circuit only works for -bc and -bi .

What's the easiest way to do this kind of thing?  Would it be to run
	$ rpmbuild --short-circuit -bc audacity.spec
followed by a make install <somewhere>?  If so, where should the
	$ make install
be invoked?

Thanks - jon





More information about the fedora-list mailing list