From owner-cvs-all Sat May 15 3:16:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C2114CCB; Sat, 15 May 1999 03:16:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77511; Sat, 15 May 1999 03:16:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199905151016.DAA77511@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 15 May 1999 03:16:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports Makefile.inc Makefile.inc0 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/05/15 03:16:08 PDT Modified files: en/ports Makefile Added files: en/ports Makefile.inc Makefile.inc0 Log: Try to solve a chicken-egg problem: Makefile first includes Makefile.gen and then regenerate Makefile.gen - but it don't read Makefile.gen again. If the contents of the old and the new Makefile.gen differs make may fail. This happens if a category disappeared from INDEX (e.g. a typo in CATEGORY variable). The Makefile try to build the old category.sgml file which is no longer available. Revision Changes Path 1.24 +9 -18 www/en/ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message