DragonFly BSD
DragonFly kernel List (threaded) for 2003-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

make buildworld problem


From: Kulpreet Singh <singhk@xxxxxxxxx>
Date: Wed, 26 Nov 2003 10:11:46 +0000

Hello everyone,

I checked out the src for dfbsd into /usr/src. But when I do the first
thing, which is "make buildworld", I get a make error in "stage 4".

The error is after ===>include

Here's what I get - 

===> include
cd /usr/src/include; make buildincludes; make installincludes
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  . /usr/src
include/../sys/conf/newvers.sh;                  echo "$COPYRIGHT" >
osreldate.h;                        echo "#ifdef _KERNEL" >> osreldate.h;                    
echo '#error "osreldate.h must not be used in the kernel, use sys/param.h"'
>> osreldate.h;  echo "#else" >> osreldate.h;          echo \#'undef
__FreeBSD_version' >> osreldate.h;         echo \#'define
__FreeBSD_version' $RELDATE >> osreldate.h;  echo "#endif" >> osreldate.h
make: no target to make.
*** Error code 2

Stop in /usr/src/include.
*** Error code 1

Stop in /usr/src/include.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Am I doing something drastically wrong? There is a makefile in /usr/src
include. I am building using FreeBSD 4.7, could this be a cause for the
error above?

Kulpreet

-- 
Distributed Systems Group,      |       Home is where .emacs is.
Computer Science Deptt,         |
Trinity College, Dublin         |



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]