From owner-freebsd-stable Wed Jul 26 1:38:34 2000 Delivered-To: freebsd-stable@freebsd.org Received: from skaarup.org (skaarup.org [130.228.230.140]) by hub.freebsd.org (Postfix) with ESMTP id D882C37B541 for ; Wed, 26 Jul 2000 01:38:26 -0700 (PDT) (envelope-from rasmus@gal.dk) Received: from localhost (skaarup@localhost) by skaarup.org (8.9.3/8.9.3) with ESMTP id KAA46746 for ; Wed, 26 Jul 2000 10:38:24 +0200 (CEST) (envelope-from rasmus@gal.dk) Date: Wed, 26 Jul 2000 10:38:24 +0200 (CEST) From: Rasmus Skaarup X-Sender: skaarup@skaarup.org To: freebsd-stable@freebsd.org Subject: Re: make world fail (at) (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To: Kris Kennaway 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 ${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