]> andersk Git - moira.git/commitdiff
fixed lint flags
authormar <mar>
Sat, 17 Mar 1990 00:01:13 +0000 (00:01 +0000)
committermar <mar>
Sat, 17 Mar 1990 00:01:13 +0000 (00:01 +0000)
gdb/Makefile

index 016fef863cc4ddae5266d72d9752d47d26f68988..aa72e494190a765060d3764683782a8436bff0ad 100644 (file)
@@ -30,7 +30,7 @@ CCPROF= ${CC}
 
 INGLIBS= /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
 
-LINTFLAGS= -uhv
+LINTFLAGS= -uhv -I../include
 
 .c.o:
        ${CCPROF} -c -pg ${CFLAGS} $*.c
@@ -48,11 +48,11 @@ libgdb_p.a: ${LIBOBJS}
        (cd profiled; ar uv ../libgdb_p.a ${LIBOBJS}; ranlib ../libgdb_p.a)
 
 lint:
-       lint -huv ${GDBCSRCS} | \
+       lint ${LINTFLAGS} ${GDBCSRCS} | \
        egrep -v "warning: possible pointer alignment problem"
 
 llib-lgdb.ln: ${LIBSRC}
-       lint -Cgdb ${GDBCSRCS}
+       lint ${LINTFLAGS} -Cgdb ${GDBCSRCS}
 
 install:
        install -c -m 644 libgdb.a ${DESTDIR}/usr/athena/lib/libsmsgdb.a
This page took 0.041306 seconds and 5 git commands to generate.