[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.86 and 1.87

version 1.86, 1997/03/15 11:35:04 version 1.87, 1997/03/22 22:33:57
Line 272  realinstall:
Line 272  realinstall:
 .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; \

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

CVSweb <webmaster@jp.NetBSD.org>