Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 1995 11:58:57 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        gfm@readybox.com (Frank McCormick)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: failure in "make world"
Message-ID:  <199511181058.LAA20897@uriah.heep.sax.de>
In-Reply-To: <199511171720.JAA01308@angel.readybox.com> from "Frank McCormick" at Nov 17, 95 09:20:10 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Frank McCormick wrote:
> 
> My attempt at "make world" failed with the complaint
> 
>    make: don't know how to make stat_flags.c
> 
> which is apparently associated with usr.bin/chflags.  The host is
> running a fresh installation from the 2.0.5 CD.

Looks like you've...

j@uriah 221% cat /usr/src/usr.bin/chflags/Makefile
#       @(#)Makefile    8.1 (Berkeley) 6/6/93

NOSHARED=       true

PROG=   chflags
SRCS=   chflags.c stat_flags.c
.PATH:  ${.CURDIR}/../../bin/ls
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.include <bsd.prog.mk>


...accidentally got only the src/usr.bin files extracted, but still
miss the src/bin ones.  This way, make doesn't find the source for
ls(1) for inclusion.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511181058.LAA20897>