DragonFly-2.3.0.516.gf207c master lib/libstand Makefile
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 27 20:38:14 PDT 2009
commit f207c6e7d1a5b77d7c162c75708d3b0179e510b0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Mar 27 15:24:46 2009 -0700
Fix improper directory following when 'cpu' softlink already exists.
Change ln -fs to ln -hfs for the 'cpu' directory link. Without this
the ln command will create a cpu/cpu softlink instead of replacing the
cpu softlink.
This also fixes a build failure which will occur if the world
sources are mounted read-only.
Summary of changes:
lib/libstand/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f207c6e7d1a5b77d7c162c75708d3b0179e510b0
--
DragonFly BSD source repository
More information about the Commits
mailing list