Subject: Re: -current build failure
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Rick Kelly <rmk@toad.rmkhome.com>
List: current-users
Date: 01/15/2001 15:18:49
Patrick Welche said:
>That is strange as it is compiling supscan.c -> supscan. For me, a build
>uses supscan.c AND scan.c ie., cc -c supscan.c && cc -c scan.c && cc -o supscan
>supscan.o scan.o -lsup
>
>Beginning of my version of the Makefile is:
>
># $NetBSD: Makefile,v 1.3 2001/01/14 10:34:57 christos Exp $
>
>PROG= supscan
>SRCS= supscan.c scan.c
It seems that "cvs update" doesn't always work as advertised.
I deleted the contents of the /usr/src/usr.sbin/sup directory and
did another "cvs update". Built supscan okay, but didn't build sup.
The sup Makefile version was:
# $NetBSD: Makefile,v 1.3 1999/08/02 05:36:05 erh Exp $
The offending line was:
sup: .NOPATH
When I removed this line, sup built just fine.
--
Rick Kelly rmk@rmkhome.com www.rmkhome.com