Date: Mon, 26 Feb 1996 06:44:28 -0800 (PST) From: Matt Bartley <mbartley@lear35.cytex.com> To: stable@freebsd.org Subject: Re: make world fail Message-ID: <199602261444.GAA05615@lear35.cytex.com> In-Reply-To: <jacs-9601261113.AA000128831@hawk.gnome.co.uk> from "Chris Stenton" at Feb 26, 96 11:13:14 am
next in thread | previous in thread | raw e-mail | index | archive | help
> I have just had a make world fail on todays sup
>
> cd /usr/src/lib/libutil && make beforeinstall
> install -C -o bin -g bin -m 444 /usr1/FreeBSD-stable/src/lib/libutil/libutil.h /usr/include
> install: illegal option -- C
> usage: install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1 file2;
> or file1 ... fileN directory
> *** Error code 1
This happens in /usr/src/lib/libutil/ and /usr/src/gnu/lib/libgmp/.
Edit the Makefiles in those two directories and replace the -C with -c
in the line beginning with ${INSTALL}. Unfortunately, this has to be
done after each sup, because the Makefiles will be changed back after
a sup.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602261444.GAA05615>
