Importing bin/ln

Change-Id: I318e79f2d02dcff10bda8af335d286a78be5c5a2
This commit is contained in:
2013-01-30 19:04:17 +01:00
parent 7104bb23a9
commit c31c70743a
7 changed files with 425 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
20130201:
Replace our native ln with NetBSD version.
As our native ln is a hard link to cp, simply overwriting ln with
the new version would cause mv, cp, etc to stop working.
Do this BEFORE a 'make build':
# rm /bin/ln
# cp /bin/cp /bin/ln
Then 'make build' as usual.
20130130:
With the shell update, and following update of 'test', some
modifications are needed in .profile and .ashrc.