From owner-freebsd-bugs Tue Aug 26 07:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA13425 for bugs-outgoing; Tue, 26 Aug 1997 07:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA13419; Tue, 26 Aug 1997 07:30:01 -0700 (PDT) Date: Tue, 26 Aug 1997 07:30:01 -0700 (PDT) Message-Id: <199708261430.HAA13419@hub.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/4395: if exists(secure) in /usr/src/Makefile is bogus Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/4395; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, j@ida.interface-business.de Cc: Subject: Re: misc/4395: if exists(secure) in /usr/src/Makefile is bogus Date: Wed, 27 Aug 1997 00:23:37 +1000 >/usr/src/Makefile, and a number of other Makefiles contain constructs >of the form: > >.if exists(secure) && !defined(NOCRYPT) && !defined(NOSECURE) >SUBDIR+= secure >.endif > >If /usr/obj/secure does exist, but /usr/src/secure doesn't, the above >construct wrongly causes descending into the `secure' subdirectory. How would /usr/obj/secure (actually /usr/obj/usr/src/secure) exist? There are normally no program directories at the top level. The bug seems to be fixed everywhere except in ed/Makefile. Bruce