[2301] in Release_Engineering
moira installation
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Wed May 2 19:17:09 1990
Date: Wed, 2 May 90 19:16:57 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: rel-eng@MIT.EDU
I was just perusing the logs, and noticed two mistakes:
install -c -m 644 llib-lgdb.ln /usr/lib/lint/llib-lsmsgdb.ln
should be
install -c -m 644 llib-lgdb.ln /usr/lib/lint/llib-lmrgdb.ln
Also, I'm still doing
install -c -s sms_untar /etc/sms_untar
even though sms_untar is no longer needed.
I've fixed these makefiles in the development tree. Any suggestions
on how I could test "make install" instead of waiting for you to do
it?
-Mark