DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/share/mk


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 28 Nov 2004 14:29:19 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]