Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 1998 08:45:45 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Simon Shapiro <shimon@simon-shapiro.org>
Cc:        Matthew Jacob <mjacob@feral.com>, freebsd-alpha@FreeBSD.ORG
Subject:   Re: Alpha Install
Message-ID:  <Pine.BSF.4.01.9808290843330.17263-100000@herring.nlsystems.com>
In-Reply-To: <XFMail.980829004526.shimon@simon-shapiro.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 29 Aug 1998, Simon Shapiro wrote:

> 
> Good.  thanx!
> 
> While at it, the next breakages are:
> 
> *  In alpha/alpha/clock.c some functions are missing prototypes.
> 
> *  The make soon afterwards blows up in:
> 
> sh ../../kern/makedevops.sh -c ; cc -c -O -Wreturn-type -Wcomment
> -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes  -Wpointer-arith -Winline -Wuninitialized -ansi 
> -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include
> opt_global.h -U__NetBSD__ -D__FreeBSD__=3 -mno-fp-regs -Wa,-mev56 
> `basename  .m`.c
> usage: makedevops.sh [-c|-h] srcfile
> *** Error code 1
> 
> Looks like parsing the Makefile variable NORMAL_M is not successful.
> 
> The Makefile fragment I suspect is:
> 
> DRIVER_S= ${CC} -c -x assembler-with-cpp -DLOCORE ${COPTS} $<
> PROFILE_C= ${CC} -c ${CFLAGS} ${PARAM} $<
> 
> NORMAL_M= sh $S/kern/makedevops.sh -c $<;\
>           ${CC} -c ${CFLAGS} ${PROF} `basename $< .m`.c
> 
> # ${ALPHA}/alpha/setdef0.c and ${ALPHA}/alpha/setdef1.c are intentionally
> 
> BTW, what is $< ?  Never noticed one of these...

I have never tried moving the compile directory around.  I always build
inside a complete FreeBSD source tree.  Always use 'make -m
...src//share/mk' to pick up the right makefiles (already mentioned).
Maybe I will just start putting up GENERIC kernels for people to try on
freefall.

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 951 1891
					Fax:   +44 181 381 1039


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9808290843330.17263-100000>