From owner-freebsd-current Sun Nov 9 10:54:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27892 for current-outgoing; Sun, 9 Nov 1997 10:54:46 -0800 (PST) (envelope-from owner-freebsd-current) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27879 for ; Sun, 9 Nov 1997 10:54:41 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from panke.panke.de (anonymous219.ppp.cs.tu-berlin.de [130.149.17.219]) by mail.cs.tu-berlin.de (8.8.6/8.8.7) with ESMTP id TAA15563 for ; Sun, 9 Nov 1997 19:47:48 +0100 (MET) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id TAA00703; Sun, 9 Nov 1997 19:19:06 +0100 (MET) Date: Sun, 9 Nov 1997 19:19:06 +0100 (MET) Message-Id: <199711091819.TAA00703@panke.panke.de> From: Wolfram Schneider To: current@freebsd.org Subject: make world junkies MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk There is an old bug in the subdir target. Can someone apply the patch and verify that no Makefile depend on this bug? E.g. Run `make release' with and without the patch and compare the numbers of file names and the total size of the release? PR: bin/4736 Index: bsd.subdir.mk =================================================================== RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v retrieving revision 1.18 diff -u -r1.18 bsd.subdir.mk --- bsd.subdir.mk 1997/06/21 15:40:34 1.18 +++ bsd.subdir.mk 1997/11/09 18:04:33 @@ -59,7 +59,7 @@ .for __target in all checkdpadd clean cleandir depend lint \ maninstall obj objlink -.if !target(__target) +.if !target(${__target}) ${__target}: _SUBDIRUSE .endif .endfor -- Wolfram Schneider http://www.apfel.de/~wosch/