[BACK]Return to bsd.kinc.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.kinc.mk between version 1.9 and 1.10

version 1.9, 2000/01/24 06:54:27 version 1.10, 2000/02/10 18:18:01
Line 115  ${DESTDIR}${INCSDIR}/$I: ${DESTDIR}${INC
Line 115  ${DESTDIR}${INCSDIR}/$I: ${DESTDIR}${INC
   
 .if defined(SYMLINKS) && !empty(SYMLINKS)  .if defined(SYMLINKS) && !empty(SYMLINKS)
 incinstall::  incinstall::
         @set ${SYMLINKS}; \          @(set ${SYMLINKS}; \
          echo ".include <bsd.own.mk>"; \           echo ".include <bsd.own.mk>"; \
          while test $$# -ge 2; do \           while test $$# -ge 2; do \
                 l=$$1; \                  l=$$1; \
                 shift; \                  shift; \
                 t=${DESTDIR}$$1; \                  t=${DESTDIR}$$1; \
                 shift; \                  shift; \
                 echo "realall:: $$t"; \                  echo "realall: $$t"; \
                 echo ".PHONY: $$t"; \                  echo ".PHONY: $$t"; \
                 echo "$$t:"; \                  echo "$$t:"; \
                 echo "  @echo \"$$t -> $$l\""; \                  echo "  @echo \"$$t -> $$l\""; \
                 echo "  @rm -rf $$t"; \                  echo "  @rm -rf $$t"; \
                 echo "  @ln -s $$l $$t"; \                  echo "  @ln -s $$l $$t"; \
         done | ${MAKE} -f-           done; \
           ) | ${MAKE} -f- all
 .endif  .endif
   
 .if !target(incinstall)  .if !target(incinstall)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>