Skip site navigation (1)Skip section navigation (2)
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)
Message-ID:  <Pine.BSF.4.21.0007260851500.46565-100000@skaarup.org>
In-Reply-To: <Pine.BSF.4.21.0007251345210.84967-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.0007260851500.46565-100000>