[BACK]Return to bsd.pkg.subdir.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

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

Diff for /pkgsrc/mk/bsd.pkg.subdir.mk between version 1.25 and 1.26

version 1.25, 1999/02/22 01:11:18 version 1.26, 1999/03/28 03:56:32
Line 62  SORT?=  /usr/bin/sort
Line 62  SORT?=  /usr/bin/sort
 _SUBDIRUSE: .USE  _SUBDIRUSE: .USE
         @for entry in ${SUBDIR}; do \          @for entry in ${SUBDIR}; do \
                 OK=""; \                  OK=""; \
                 for dud in $$DUDS; do \                  for dud in ${DUDS}; do \
                         if [ $${dud} = $${entry} ]; then \                          if [ $${dud} = $${entry} ]; then \
                                 OK="false"; \                                  OK="false"; \
                                 ${ECHO} "===> ${_THISDIR_}$${entry} skipped"; \                                  ${ECHO} "===> ${_THISDIR_}$${entry} skipped"; \

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>