Date: Sat, 15 Jul 1995 00:28:04 -0700 (PDT) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: obrien@Sea.Legent.com (David O'Brien) Cc: bugs@freebsd.org Subject: Re: usr.bin make problem Message-ID: <199507150728.AAA02319@gndrsh.aac.dev.com> In-Reply-To: <9507150417.AA09588@seaquest> from "David O'Brien" at Jul 15, 95 00:17:00 am
index | next in thread | previous in thread | raw e-mail
>
> When doing ``make install'' in /usr/src/usr.bin/tn3270 or
> /usr/src/usr.bin/tn3270/tn3270 I get:
>
> -------------
> oldman(r):/release/root/usr/src/usr.bin/tn3270/tn3270> make install
> install -c -s -o bin -g bin -m 555 tn3270
> usage: install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1
> file2;
> or file1 ... fileN directory
> *** Error code 1
>
> Stop.
> oldman(r):/release/root/usr/src/usr.bin/tn3270/tn3270>
> -------------
>
> I had to add ``BINDIR=/usr/bin'' to usr/src/usr.bin/tn3270/tn3270/Makefile
> to get the install to work. Is this a bug or operator error?
Humm... it works just fine for me here, and at first I though it was
a missing ../../Makefile.inc, as that is where BINDIR should be set
for this build (see 2nd to last line in src/usr.bin/tn3270/tn3270/Makefile)
due to the .include <../../Makefile.inc>. But if I remove that file
I get an error:
burn1:tn3270 {116} make install
"/usr/src/usr.bin/tn3270/tn3270/Makefile", line 79: Could not find ../../Makefile.inc
Fatal errors encountered -- cannot continue
burn1:tn3270 {117}
Could you please check the content of /usr/src/usr.bin/Makefile.inc,
it should read:
# @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
BINDIR?= /usr/bin
I am going to say this is not a bug, but something funky with your site,
but would like to track it down and find it just to make sure it is
not a bug!
--
Rod Grimes rgrimes@gndrsh.aac.dev.com
Accurate Automation Company Reliable computers for FreeBSD
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507150728.AAA02319>
