You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do you want to add support for separate directory hard links?
perhaps by optionally treating hard links as symbolic links
can't build openwrt
Hard link support is required for building svn://svn.openwrt.org/openwrt/trunk because the makefiles use for example this command that require hardlink support
ln et/libcom_err.a libcom_err.a
reference
the documentation describe that the command isn't supported
nfs 2011-08-11
;; Due to the arrangement of data structures, hard links which are
;; not in the same directory are not supported.
The text was updated successfully, but these errors were encountered:
We're looking now at better link support. I'm not sure if hard link support will be included, but definitely symbolic link support will (better than what we have now).
john-peterson
changed the title
[Request] Separate directory hard link
support separate directory hard link
May 19, 2014
support separate directory hard link
new feature
do you want to add support for separate directory hard links?
perhaps by optionally treating hard links as symbolic links
can't build openwrt
Hard link support is required for building
svn://svn.openwrt.org/openwrt/trunk
because the makefiles use for example this command that require hardlink supportreference
the documentation describe that the command isn't supported
The text was updated successfully, but these errors were encountered: