Fix improper directory following when 'cpu' softlink already exists.
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 27 Mar 2009 22:24:46 +0000 (15:24 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 27 Mar 2009 22:24:46 +0000 (15:24 -0700)
commitf207c6e7d1a5b77d7c162c75708d3b0179e510b0
tree177be4baea22ec6188cc63a1e8e784512d2ab6db
parent8551411525d93daf3691598348730aa0ae18e369
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.
lib/libstand/Makefile