]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lnr: remove
authorRoss Burton <ross@burtonini.com>
Wed, 17 Nov 2021 17:23:08 +0000 (17:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
commit723b6e40f5943426364bffce7c58ade65c4abbba
tree6d46637a1891d3cc5d19983e513770d069c1b78c
parent56623848f45cf475f909beb75209323a89837169
scripts/lnr: remove

lnr is a script that implements the same behaviour as 'ln --relative
--symlink', as at the time of creation --relative was only available in
coreutils 8.16 onwards which was too new for the older supported distros.

Now, however, everyone has a new enough coreutils, so we can remove this
script.

All users of lnr should be replaced with ln --relative --symbolic.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lnr [deleted file]