Please ignore my updated diff. I should not have posted it. It is broken!
On 03/22/2012 02:18 PM, Michael Bloom wrote:
I've updated the Makefile diff to fix a couple of things and to allow
individual simulators to be linted.
After applying the diff, you can lint individual simulators by
saying, for example:
make lint-pdp11 BIN=lint-
Or you can lint everything with just "make lint".
The changes are in the attached file "DIFF". They can be applied to a
makefile from wednesday's github master branch via
patch makefile< DIFF.
If your makefile contains carriage returns as well as newlines,
you'll need to run:
tr -d \\r< makefile
first, otherwise you'll get six "hunk failed" messages.
If you have a different makefile version, it's not hard to update by
hand as there are only six hunks in the diff. The last two hunks
comprise about 72% of the diff, and can be manually accomplished by a
global replace of the string "-o $@" with "$(OUTPUTSPEC)". The first
four chunks are all of 2238 bytes.
_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh