[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc

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

Diff for /pkgsrc/Makefile between version 1.45 and 1.46

version 1.45, 2001/12/17 02:32:22 version 1.46, 2001/12/17 02:33:46
Line 117  README-all.html:
Line 117  README-all.html:
         @wc -l $@.newsorted | awk '{ print $$1 }'  >$@.npkgs          @wc -l $@.newsorted | awk '{ print $$1 }'  >$@.npkgs
         @cat templates/README.all \          @cat templates/README.all \
         | ${SED} \          | ${SED} \
                 -e '/%%NPKGS%%/r$@.npkgs' \                  -e '/%%NPKGS%%/r$@.npkgs' \
                 -e '/%%NPKGS%%/d' \                  -e '/%%NPKGS%%/d' \
                 -e '/%%PKGS%%/r$@.newsorted' \                  -e '/%%PKGS%%/r$@.newsorted' \
                 -e '/%%PKGS%%/d' \                  -e '/%%PKGS%%/d' \
                 > $@                  > $@
         @rm -f $@.npkgs          @rm -f $@.npkgs
         @rm -f $@.new          @rm -f $@.new
         @rm -f $@.newsorted          @rm -f $@.newsorted

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>