Skip site navigation (1)Skip section navigation (2)
Date:      16 Apr 1998 08:19:12 -0500
From:      Dave Marquardt <marquard@zilker.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: makeworld completion?
Message-ID:  <851zuxkipb.fsf@localhost.zilker.net>
In-Reply-To: William Wong's message of "Sun, 12 Apr 1998 11:44:54 -0700 (PDT)"
References:  <199804121844.LAA18722@wiley.csusb.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
William Wong <wwong@wiley.csusb.edu> writes:
> Greetings all!
> 
> Towards the end of the makeworld log I get this:
> 
> 
> install -c -o bin -g bin -m 555   green_saver_mod.o /lkm
> ===> lkm/syscons/snake
> install -c -o bin -g bin -m 555   snake_saver_mod.o /lkm
> ===> lkm/syscons/star
> install -c -o bin -g bin -m 555   star_saver_mod.o /lkm
> ===> lkm/umapfs
> install -c -o bin -g bin -m 555   umap_mod.o /lkm
> 
> --------------------------------------------------------------
>  Re-scanning the shared libraries..
> --------------------------------------------------------------
> cd /usr/src && ldconfig -R
> 
> --------------------------------------------------------------
>  Rebuilding man page indexes
> --------------------------------------------------------------
> cd /usr/src/share/man && /usr/obj/usr/src/tmp/usr/bin/make makedb
> makewhatis /usr/share/man
> 
> --------------------------------------------------------------
> make world completed on Sun Apr 12 05:30:42 PDT 1998
> --------------------------------------------------------------
> make: don't know how to make 2. Stop
> 
> 
> This is cvsup as of 12 April, 1998 at ~0205, Los Angeles, CA time.
> Did make world complete? 

Yes, make world completed.  How did you redirect output to a file?  I
suspect you did something like

	make world > OUT 2>&1 &

and you're using a shell that doesn't understand 2>&1, so it passed
the "2" to make, like

	make world 2

-Dave

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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