From owner-cvs-share Wed Sep 18 23:58:52 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05919 for cvs-share-outgoing; Wed, 18 Sep 1996 23:58:52 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05780; Wed, 18 Sep 1996 23:58:30 -0700 (PDT) Date: Wed, 18 Sep 1996 23:58:30 -0700 (PDT) From: Peter Wemm Message-Id: <199609190658.XAA05780@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.obj.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/18 23:58:29 Modified: share/mk bsd.obj.mk Log: disable the objwarn warning if NOOBJ is set.. We have quite a few places in the tree that use things like bsd.prog.mk just to get the default targets like install, tags, obj, clean, cleandir, cleandepend, but do not actually build anything there. Revision Changes Path 1.10 +5 -3 src/share/mk/bsd.obj.mk