Diff for /gforth/Makedist.in between versions 1.9 and 1.10

version 1.9, 2000/09/23 15:46:50 version 1.10, 2000/11/13 22:10:30
Line 92  dbindist: $(SOURCES) $(FORTH_GEN0) @KERN Line 92  dbindist: $(SOURCES) $(FORTH_GEN0) @KERN
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)                  $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)
                 strip gforth-$(VERSION)/gforth                  strip gforth-$(VERSION)/gforth
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-@host@.tar.gz                  $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).bin.@host@.tar.gz
   
 #makes a package with only the stuff not present in the source  #makes a package with only the stuff not present in the source
 #package. For installation the source package is still needed!  #package. For installation the source package is still needed!
Line 106  dbinonlydist: $(SOURCES) $(FORTH_GEN0) @ Line 106  dbinonlydist: $(SOURCES) $(FORTH_GEN0) @
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)                  $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)
                 strip gforth-$(VERSION)/gforth                  strip gforth-$(VERSION)/gforth
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz                  $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).binonly.@host@.tar.gz

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


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