|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.86, 1997/03/15 11:35:04 | version 1.87, 1997/03/22 22:33:57 | ||
|---|---|---|---|
|
|
||
| .if defined(SYMLINKS) && !empty(SYMLINKS) | .if defined(SYMLINKS) && !empty(SYMLINKS) | ||
| @set ${SYMLINKS}; \ | @set ${SYMLINKS}; \ | ||
| while test $$# -ge 2; do \ | while test $$# -ge 2; do \ | ||
| l=${DESTDIR}$$1; \ | l=$$1; \ | ||
| shift; \ | shift; \ | ||
| t=${DESTDIR}$$1; \ | t=${DESTDIR}$$1; \ | ||
| shift; \ | shift; \ |