Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 1997 16:34:03 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@freefall.freebsd.org, current@freefall.freebsd.org
Subject:   Re: cvs commit:  src/share/syscons/fonts Makefile src/share/syscons/keymaps Makefile
Message-ID:  <199701010534.QAA26663@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    share/syscons/fonts  Makefile
>               share/syscons/keymaps  Makefile
>  Log:
>  Don't create unused object directory.
>  Don't override harmless clean rule.

This may break `make all' unless you remove the existing obj directory,
if any.  `make' doesn't know about NOOBJ and will cd to the obj directory
if it exists.

Bruce



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