From owner-freebsd-questions Fri Dec 11 00:14:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03261 for freebsd-questions-outgoing; Fri, 11 Dec 1998 00:14:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.uenohouka.ac.jp (ns.uenohouka.ac.jp [210.160.106.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03252 for ; Fri, 11 Dec 1998 00:14:45 -0800 (PST) (envelope-from fujie@uenohouka.ac.jp) Received: from ns.uenohouka.ac.jp (student-sv [10.1.1.3]) by ns.uenohouka.ac.jp (8.9.1+3.1W/8.9.1) with SMTP id RAA03771 for ; Fri, 11 Dec 1998 17:09:20 +0900 (JST) X-Authentication-Warning: ns.uenohouka.ac.jp: Host student-sv [10.1.1.3] claimed to be ns.uenohouka.ac.jp Message-Id: <199812110813.AA00284@ns.uenohouka.ac.jp> From: "Masahito, Fujie" Date: Fri, 11 Dec 1998 17:13:03 +0900 To: freebsd-questions@FreeBSD.ORG Subject: Question MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.01 Content-Type: text/plain; charset=iso-2022-jp Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 始めまして、藤江といいます。 突然のメールですみません。 カーネルの再構築をやりたくて頑張っていたのですが、上手く行きません。 --エラー文-- cherry[root]# make Makefile:28: *** missing separator. Stop. --以上-- --Makefile-- 1 KERN_IDENT=LINT 2 IDENT= -DSPX_HACK -DSI_DEBUG -DSCSI_2_DEF -DEXT2FS -DDEBUG -DBOOTP_COMPAT -DBOOTP_NFSV3 -DBOOTP_ 3 PARAM=-DMAXUSERS=10 4 # Makefile.i386 -- with config changes. 5 # Copyright 1990 W. Jolitz 6 # from: @(#)Makefile.i386 7.1 5/10/91 7 # $Id: Makefile.i386,v 1.89.2.5 1998/06/22 02:48:23 jkh Exp $ 8 # 9 # Makefile for FreeBSD 10 # 11 # This makefile is constructed from a machine description: 12 # config machineid 13 # Most changes should be made in the machine description 14 # /sys/i386/conf/``machineid'' 15 # after which you should do 16 # config machineid 17 # Generic makefile changes should be made in 18 # /sys/i386/conf/Makefile.i386 19 # after which config should be rerun for all machines. 20 # 21 22 # Which version of config(8) is required. 23 24 CC?= cc 25 CPP?= cpp 26 LD?= /usr/bin/ld 27 28 .if exists(./@/.) 29 S= ./@ 30 .else 31 S= ../.. 32 .endif 33 I386= ${S}/i386 よろしくお願いします。 **************************************** Masahito, Fujie fujie@uenohouka.ac.jp Uenohouka Business Professional School Tel:043-261-4959 Fax:043-261-7812 **************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message