Diff for /gforth/Makedist.in between versions 1.35 and 1.37

version 1.35, 2012/03/19 21:51:38 version 1.37, 2012/12/31 15:25:17
Line 1 Line 1
 #make dist targets (workaround for broken makes)  #make dist targets (workaround for broken makes)
 #use GNU make if your make does not grok this.  #use GNU make if your make does not grok this.
   
 #Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2010,2011 Free Software Foundation, Inc.  #Copyright (C) 1995,1996,1997,1998,2000,2003,2006,2007,2008,2010,2011,2012 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
Line 110  dbinonlydist: $(SOURCES) $(FORTH_GEN0) @ Line 110  dbinonlydist: $(SOURCES) $(FORTH_GEN0) @
                 $(STRIP) gforth-$(VERSION)/gforth$(EXE)                  $(STRIP) gforth-$(VERSION)/gforth$(EXE)
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).binonly.@host@.tar.gz                  $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).binonly.@host@.tar.gz
   
 ddebdist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) debian.control  dsetup-debdist: $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) debian.control
                 -rm -rf debian                  -rm -rf debian
                 mkdir debian                  mkdir debian
                 make package=$$PWD/debian install                  make package=$$PWD/debian install
   
   ddebdist:       dsetup-debdist
                 mkdir debian/DEBIAN                  mkdir debian/DEBIAN
                 (cd debian; find . -name '*' -exec md5sum '{}' ';') >debian/DEBIAN/md5sums                        (cd debian; find . -name '*' -exec md5sum '{}' ';') >debian/DEBIAN/md5sums      
                 cp debian.control debian/DEBIAN/control                  cp debian.control debian/DEBIAN/control

Removed from v.1.35  
changed lines
  Added in v.1.37


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>