Importing bin/ln
Change-Id: I318e79f2d02dcff10bda8af335d286a78be5c5a2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user