Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2005 15:25:34 +0400
From:      rumiancev-psu <rumiancev@psu.karelia.ru>
To:        freebsd-questions@FreeBSD.ORG
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   From Rumiancev Alexander
Message-ID:  <372581386.20050401152534@psu.karelia.ru>

next in thread | raw e-mail | index | archive | help
Hello! I have a problem!
I have the FreeBSD 5.3. And some day ago, when I wrote
command "make" the output was:
Makefile:24: *** missing separator.  Stop.
24 - this is .if !defined(S)

When I doing this procedure one week ago, that was okey!!!
That is content of the Makefile:

KERN_IDENT=NEW_GENERIC
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
#       from: @(#)Makefile.i386 7.1 5/10/91
# $FreeBSD: src/sys/conf/Makefile.i386,v 1.260 2004/05/09 22:29:37 cognet Exp $
#
# Makefile for FreeBSD
#
# This makefile is constructed from a machine description:
#       config machineid
# Most changes should be made in the machine description
#       /sys/i386/conf/``machineid''
# after which you should do
#        config machineid
# Generic makefile changes should be made in
#       /sys/conf/Makefile.i386
# after which config should be rerun for all machines.
#

# Which version of config(8) is required.

STD8X16FONT?=   iso

.if !defined(S)
.if exists(./@/.)
S=      ./@
.else
S=      ../../..
.endif
.endif
.include "$S/conf/kern.pre.mk"

MKMODULESENV+= MACHINE=i386

BEFORE_DEPEND=aic7xxx_{seq.h,reg.h,reg_print.c} \
        aic79xx_{seq.h,reg.h,reg_print.c} pccarddevs.h \
        usbdevs.h

OBJS=aic7xxx_reg_print.o aic79xx_reg_print.o device_if.o bus_if.o \
        linker_if.o cam.o cam_periph.o cam_queue.o cam_sim.o cam_xpt.o \
        scsi_all.o scsi_cd.o scsi_ch.o scsi_da.o scsi_low.o \
        scsi_low_pisa.o scsi_pass.o scsi_sa.o scsi_ses.o adv_pci.o \
        advansys.o advlib.o advmcode.o adw_pci.o adwcam.o adwlib.o \
byte 1204





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