Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 1997 19:42:54 -0700 (PDT)
From:      richterb@furball.wellsfargo.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/4347: Makefile doesn't support cleandepend 
Message-ID:  <199708210242.TAA13531@binkley.wellsfargo.com>
Resent-Message-ID: <199708210250.TAA24483@hub.freebsd.org>

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

>Number:         4347
>Category:       docs
>Synopsis:       Makefile doesn't support cleandepend
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 19:50:00 PDT 1997
>Last-Modified:
>Originator:     Bill Richter
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:
 3.0-CURRENT

>Description:

/usr/src/share/doc/usd/31.trek
Makefile is missing cleandepend.
Which causes build to fail
>How-To-Repeat:

make cleandepend
>Fix:
Use the standard makefile like 

#       From: @(#)Makefile      8.1 (Berkeley) 6/8/93
#       $Id: Makefile,v 1.7 1997/08/16 23:40:26 steve Exp $

.if exists(${.CURDIR}/../../../../games)
VOLUME= usd/30.rogue
SRCS=   rogue.me
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../games/rogue/USD.doc
USE_TBL=        yes

.include <bsd.doc.mk>
.else
all clean cleandepend cleandir depend distribute install obj:
.endif


>Audit-Trail:
>Unformatted:



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