[gforth] / gforth / Makedist.in  

gforth: gforth/Makedist.in

Diff for /gforth/Makedist.in between version 1.34 and 1.35

version 1.34, Sat Dec 31 15:29:25 2011 UTC version 1.35, Mon Mar 19 21:51:38 2012 UTC
Line 109 
Line 109 
                 $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)                  $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)
                 $(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
                   -rm -rf debian
                   mkdir debian
                   make package=$$PWD/debian install
                   mkdir debian/DEBIAN
                   (cd debian; find . -name '*' -exec md5sum '{}' ';') >debian/DEBIAN/md5sums
                   cp debian.control debian/DEBIAN/control
                   dpkg-deb --build debian
                   mv debian.deb gforth_$(VERSION)_@host_cpu@.deb
                   rm -rf md5sums debian


Generate output suitable for use with a patch program
Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help