Note: INSTALL=install -C is no longer supported. Use COPY=-C instead.
While the old way will continue to work for a while, it will cause warnings until after 4.4, but before 4.5.
This commit is contained in:
parent
9b03144328
commit
0bc62786ea
10
UPDATING
10
UPDATING
@ -5,6 +5,16 @@ directly to him. See end of file for further details. For commonly
|
||||
done items, please see the end of the file. Search for 'COMMON
|
||||
ITEMS:'
|
||||
|
||||
20010530:
|
||||
INSTALL=install -C is being deprecated. If you want to do this,
|
||||
use COPY=-C instead. The former method will be supported for only
|
||||
a limited time. If you see
|
||||
|
||||
install: warning: the -d and -C options may not be specified together
|
||||
|
||||
in your makeworld, then you need to migrate towards using
|
||||
COPY=-C.
|
||||
|
||||
20010525:
|
||||
It appears that vm is now stable enough to use again. However,
|
||||
there may be other problems, so caution is still urged. alpha
|
||||
|
Loading…
Reference in New Issue
Block a user