Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2000 10:38:24 +0200 (CEST)
From:      Rasmus Skaarup <rasmus@gal.dk>
To:        freebsd-stable@freebsd.org
Subject:   Re: make world fail (at) (fwd)
Message-ID:  <Pine.BSF.4.21.0007261036330.46686-100000@skaarup.org>

next in thread | raw e-mail | index | archive | help

Hi,

I did a fresh cvsup in a empty /usr/src directory, and got the exact same
error:

** snip snip **
===> usr.bin/apply
rm -f apply apply.o apply.1.gz apply.1.cat.gz
rm -f .depend /usr/src/usr.bin/apply/GPATH /usr/src/usr.bin/apply/GRTAGS
/usr/src/usr.bin/apply/GSYMS /usr/src/usr.bin/apply/GTAGS
===> usr.bin/at
".depend", line 3: Need an operator
".depend", line 4: Need an operator
".depend", line 5: Need an operator
".depend", line 6: Need an operator
".depend", line 7: Need an operator
".depend", line 10: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

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

** snip snip **


Best regards
Rasmus

---------- Forwarded message ----------
Date: Wed, 26 Jul 2000 08:54:14 +0200 (CEST)
From: Rasmus Skaarup <rasmus@gal.dk>
To: Kris Kennaway <kris@FreeBSD.org>
Cc: freebsd-stable@FreeBSD.org
Subject: Re: make world fail (at)

On Tue, 25 Jul 2000, Kris Kennaway wrote:

> On Tue, 25 Jul 2000, Rasmus Skaarup wrote:
> 
> > ** snip snip **
> > ===> usr.bin/at
> > ".depend", line 3: Need an operator
> 
> You have something wrong with your usr.bin/at/Makefile, it looks
> like. Check you haven't locally modified the file - if you're using CVS to
> update, you may have a CVS conflict in this file (look for <<< and >>>
> markers)

I haven't changed a bit. Is there anything wrong with the file below?

** usr.bin/at/Makefile **
# $FreeBSD: src/usr.bin/at/Makefile,v 1.10 1999/08/28 00:59:08 peter Exp $

.include "${.CURDIR}/Makefile.inc"

PROG=   at
CFLAGS+=-Wall
SRCS=   at.c panic.c parsetime.c perm.c
LINKS=  ${BINDIR}/at ${BINDIR}/atq \
        ${BINDIR}/at ${BINDIR}/atrm \
        ${BINDIR}/at ${BINDIR}/batch
MLINKS= at.1 batch.1 \
        at.1 atq.1 \
        at.1 atrm.1

BINMODE= 4555
MANSRC= .
CLEANFILES += ${MAN1}
MANDEPEND = ${MAN1}

.include <bsd.prog.mk>

${MAN1}: at.man
        @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \
        sed -e \
                "s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
                s@_ATJOB_DIR@$(ATJOB_DIR)@g; \
                s@_DEFAULT_BATCH_QUEUE@$(DEFAULT_BATCH_QUEUE)@g; \
                s@_DEFAULT_AT_QUEUE@$(DEFAULT_AT_QUEUE)@g; \
                s@_LOADAVG_MX@$(LOADAVG_MX)@g; \
                s@_PERM_PATH@$(PERM_PATH)@g; \
                s@_LOCKFILE@$(LOCKFILE)@g" \
                < ${.OODATE} > ${.TARGET}
** snip snip **


Best regards
Rasmus




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?Pine.BSF.4.21.0007261036330.46686-100000>