From owner-freebsd-stable Tue Jul 25 23:54:20 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 1EFD937BDEE; Tue, 25 Jul 2000 23:54:16 -0700 (PDT) (envelope-from rasmus@gal.dk) Received: from localhost (skaarup@localhost) by skaarup.org (8.9.3/8.9.3) with ESMTP id IAA46579; Wed, 26 Jul 2000 08:54:14 +0200 (CEST) (envelope-from rasmus@gal.dk) Date: Wed, 26 Jul 2000 08:54:14 +0200 (CEST) From: Rasmus Skaarup X-Sender: skaarup@skaarup.org To: Kris Kennaway Cc: freebsd-stable@FreeBSD.org Subject: Re: make world fail (at) In-Reply-To: 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 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