|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.61, 1997/03/13 02:46:00 | version 1.62, 1997/03/22 22:34:02 | ||
|---|---|---|---|
|
|
||
| .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; \ |