[1014] in testers
vax 7.1D ss lint library installed wrong
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sun Aug 5 10:51:51 1990
From: epeisach@ATHENA.MIT.EDU
Date: Sun, 5 Aug 90 10:51:33 -0400
To: testers@ATHENA.MIT.EDU
I just disciveered that the ss lint library was installed over
com_err's. This should be fixed. Also, the lint library depends on the
com_err one inside of it...
RCS file: RCS/Imakefile,v
retrieving revision 1.1
diff -c -r1.1 Imakefile
*** /tmp/,RCSt1005344 Sun Aug 5 10:49:40 1990
--- Imakefile Sun Aug 5 10:49:12 1990
***************
*** 83,89 ****
@mkdir ${DESTDIR}/usr/include/ss
cp ss.h ss_err.h ss_internal.h copyright.h ${DESTDIR}/usr/include/ss/
cp copyright.h ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h
! install -c -m 644 llib-lss.ln ${DESTDIR}/usr/lib/lint/llib-lcom_err.ln
tags: TAGS
--- 83,89 ----
@mkdir ${DESTDIR}/usr/include/ss
cp ss.h ss_err.h ss_internal.h copyright.h ${DESTDIR}/usr/include/ss/
cp copyright.h ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h
! install -c -m 644 llib-lss.ln ${DESTDIR}/usr/lib/lint/llib-lss.ln
tags: TAGS
***************
*** 126,136 ****
lint: llib-lss.ln
! ../et/llib-lcom_err.ln:
! cd ../etc ; make ${MFLAGS} llib-lcom_err.ln
!
! llib-lss.ln: $(SRCS) ../et/llib-lcom_err.ln
! lint ${LINTCFLAG}ss $(LINTFLAGS) $(SRCS) ../et/llib-lcom_err.ln | \
egrep -v 'possible pointer alignment problem' | \
egrep -v 'returns value which is'
--- 126,133 ----
lint: llib-lss.ln
! llib-lss.ln: $(SRCS)
! lint ${LINTCFLAG}ss $(LINTFLAGS) $(SRCS) | \
egrep -v 'possible pointer alignment problem' | \
egrep -v 'returns value which is'