Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 1999 03:16:09 -0700 (PDT)
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: www/en/ports Makefile.inc Makefile.inc0 Makefile
Message-ID:  <199905151016.DAA77511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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