Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 20:05:06 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.bin/doscmd Makefile
Message-ID:  <Pine.BSF.4.21.0107251950560.48439-100000@besplex.bde.org>
In-Reply-To: <200107241833.f6OIXQk14386@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Jul 2001, Andrey A. Chernov wrote:

> ache        2001/07/24 11:33:26 PDT
> 
>   Modified files:
>     usr.bin/doscmd       Makefile 
>   Log:
>   Add -I${.OBJDIR} to pick generated font*.h
>   
>   Revision  Changes    Path
>   1.27      +2 -2      src/usr.bin/doscmd/Makefile

The correct fix was to back out the part of rev.1.26 that removed "-I."

Other bugs in rev.1.26:
- missing dependencies of objects on font headers (this breaks "make" without
  a prior "make depend").  Fix: put headers in SRCS, and remove the
  beforedepend hack.
- missing dependencies of font headers on their sources.
- absolute paths for these sources.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" 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.0107251950560.48439-100000>