[434] in Moira
Error in lint-library generation
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Mon Jul 13 13:08:35 1992
From: epeisach@Athena.MIT.EDU
Date: Mon, 13 Jul 92 13:07:48 -0400
To: bug-moira@Athena.MIT.EDU
In building lint libraries, the Imakefiles run lint and tries to include
it's own library which is being built. This is bad as at best it will
complain and at worst will cause problems with the lint errors.
Ezra
*** /tmp/,RCSt1a08120 Mon Jul 13 13:04:36 1992
--- lib/Imakefile Mon Jul 13 13:04:00 1992
***************
*** 1,4 ****
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/moira/lib/RCS/Imakefile,v 1.2 91/08/05 15:48:44 epeisach Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
--- 1,4 ----
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/moira/lib/RCS/Imakefile,v 1.3 92/07/13 13:03:17 epeisach Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
***************
*** 34,40 ****
depend:: ${CODE}
library_obj_rule()
! install_library_target(moira,$(OBJECTS),$(SRCS),${MR_LINTLIB})
install::
-mkdir ${DESTDIR}${INCLDIR}
--- 34,40 ----
depend:: ${CODE}
library_obj_rule()
! install_library_target(moira,$(OBJECTS),$(SRCS),)
install::
-mkdir ${DESTDIR}${INCLDIR}
*** /tmp/,RCSt1a08131 Mon Jul 13 13:05:51 1992
--- gdb/Imakefile Mon Jul 13 13:05:21 1992
***************
*** 1,4 ****
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/moira/gdb/RCS/Imakefile,v 1.1 92/07/13 13:04:45 epeisach Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
--- 1,4 ----
! # $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/athena.lib/moira/gdb/RCS/Imakefile,v 1.2 92/07/13 13:05:06 epeisach Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
***************
*** 22,25 ****
depend:: ${CODE}
library_obj_rule()
! install_library_target(mrgdb,$(OBJECTS),$(SRCS),${GDB_LINTLIB})
--- 22,25 ----
depend:: ${CODE}
library_obj_rule()
! install_library_target(mrgdb,$(OBJECTS),$(SRCS),)