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

cvs commit: src/share/mk bsd.port.mk


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 9 May 2004 21:46:01 -0700 (PDT)

cpressey    2004/05/09 21:46:01 PDT

DragonFly src repository

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  Fix a bug in bsd.port.mk that was causing 'make clean' to fail in some
  ports directories with mysterious symptoms like 'cd: can't cd to &&'.
  
  The problem was that the text of the DragonFly port override warning
  message was mistakenly being injected into the output of the
  '*-depends-list' targets.  Although the message was being explicitly
  filtered out if the target was 'all-depends-list', the targets
  'build-depends-list' and 'run-depends-list', exercised indirectly by
  'make clean', still allowed it to slip through.
  
  Encountered-by: walt <wa1ter@xxxxxxxxxxxxx> and others
  Detective-work-by: walt <wa1ter@xxxxxxxxxxxxx>
  Patch-written-by: cpressey
  Approved-by: dillon
  
  Revision  Changes    Path
  1.14      +2 -1      src/share/mk/bsd.port.mk


http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.port.mk.diff?r1=1.13&r2=1.14&f=h



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