cvs commit: src/share/mk

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Sun Nov 28 14:30:39 PST 2004


joerg       2004/11/28 14:29:19 PST

DragonFly src repository

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  Allow "make index" to actually by fixing lots of smaller glitches all over
  the (dfports) tree.
  
  - PORTSDIR must be kept for bsd.port.pre.mk, because it is used to include
    e.g. bsd.python.mk
  - The DFPORTS_WARNING change didn't work as intended and neither did the
    old version. We want be quiet about redirections if we have any of the
    special targets to process (like describe), which does include the
    output of the cd command. We also want to define the .BEGIN rule only
    once. This is now protected by the better named _DFPORTS_REDIRECT
  - Define another bunch of variables, normally provided by bsd.port.mk.
    This should fix the mysterious warnings encountered.
  
  Revision  Changes    Path
  1.23      +20 -4     src/share/mk/bsd.port.mk


http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.port.mk.diff?r1=1.22&r2=1.23&f=u





More information about the Commits mailing list