[vsipl++] PATCH: installation / packaging

Stefan Seefeld stefan at codesourcery.com
Thu Jan 5 05:24:22 UTC 2006


The attached patch corrects a bug introduced by my last patch, and does
some minor cleanup.

We used to use the ':=' variant of Makefile variables in all places,
though that appears to be problematic since some of the included
helper makefiles add to them, some use them.
I thus made two of the variables ($(objects) and $(deps)) lazy.
While I'm slightly worried by the problem this revealed, I think
this change is the simplest way to work around the issue.
May be on the long term we can find a better way to deal with it.

The test results file generated in the 'check-installed' target
now includes the suffix variable, so you will see e.g. 'results-opt.qmr'
when testing vsip++-opt.pc, etc.

Committed.

Regards,
		Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: packaging2.patch
Type: text/x-patch
Size: 2709 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060105/20290b9d/attachment.bin>


More information about the vsipl++ mailing list