Diff for /gforth/Makedist.in between versions 1.32 and 1.33

version 1.32, 2010/12/31 18:09:01 version 1.33, 2011/11/16 01:25:58
Line 27  DOBJECTS=engine/*.o Line 27  DOBJECTS=engine/*.o
 BINONLYDIST = config.status Makefile Makedist \  BINONLYDIST = config.status Makefile Makedist \
         $(ENGINES) $(ENGINES_FAST) \          $(ENGINES) $(ENGINES_FAST) \
         $(DOBJECTS) engine/config.h engine/Makefile \          $(DOBJECTS) engine/config.h engine/Makefile \
         engine/gforth$(EXE) engine/gforth-fast$(EXE) \          $(wildcard engine/gforth*$(EXE)) \
         engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \  
         $(addprefix engine/,$(PROFEXES)) \  
         stamp-h kernel/version.fs envos.fs build-ec INSTALL.BINDIST          stamp-h kernel/version.fs envos.fs build-ec INSTALL.BINDIST
   
 #use dist targets only when srcdir=.  #use dist targets only when srcdir=.
Line 91  dbindist: $(SOURCES) $(FORTH_GEN0) @KERN Line 89  dbindist: $(SOURCES) $(FORTH_GEN0) @KERN
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 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){,/engine}/gforth{,-fast,-ditc,-itc}$(EXE)                  -$(STRIP) gforth-$(VERSION){,/engine}/gforth*$(EXE)
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).bin.@host@.tar.gz                  $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).bin.@host@.tar.gz
   
 #All file names in a binary distribution  #All file names in a binary distribution

Removed from v.1.32  
changed lines
  Added in v.1.33


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