Diff for /gforth/Makedist.in between versions 1.29 and 1.30

version 1.29, 2008/07/15 21:54:43 version 1.30, 2008/07/15 22:04:14
Line 23  include Makefile Line 23  include Makefile
 #!! redundancy with engine/Makefile.in  #!! redundancy with engine/Makefile.in
 DOBJECTS=engine/*.o  DOBJECTS=engine/*.o
   
 PRECISE=kernel/version.fs kernl16b.fi kernl16l.fi kernl32b.fi kernl32l.fi kernl64b.fi kernl64l.fi  
   
 #stuff in a binonly distribution   #stuff in a binonly distribution 
 BINONLYDIST = config.status Makefile Makedist \  BINONLYDIST = config.status Makefile Makedist \
         $(ENGINES) $(ENGINES_FAST) \          $(ENGINES) $(ENGINES_FAST) \
Line 32  BINONLYDIST = config.status Makefile Mak Line 30  BINONLYDIST = config.status Makefile Mak
         engine/gforth$(EXE) engine/gforth-fast$(EXE) \          engine/gforth$(EXE) engine/gforth-fast$(EXE) \
         engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \          engine/gforth-ditc$(EXE) engine/gforth-itc$(EXE) \
         $(addprefix engine/,$(PROFEXES)) \          $(addprefix engine/,$(PROFEXES)) \
         stamp-h build-ec INSTALL.BINDIST          stamp-h kernel/version.fs build-ec INSTALL.BINDIST
   
 #use dist targets only when srcdir=.  #use dist targets only when srcdir=.
 ddist:          $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)  ddist:          $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \                  $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \
Line 47  ddist:  $(SOURCES) $(FORTH_GEN0) @KERNEL Line 43  ddist:  $(SOURCES) $(FORTH_GEN0) @KERNEL
   
 #use dist targets only when srcdir=.  #use dist targets only when srcdir=.
 ddosdist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)  ddosdist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(RMTREE) gforth.$(DOSVERSION)                  -$(RMTREE) gforth.$(DOSVERSION)
                 mkdir gforth.$(DOSVERSION)                  mkdir gforth.$(DOSVERSION)
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \                  $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \
Line 63  ddosdist: $(SOURCES) $(FORTH_GEN0) @KERN Line 57  ddosdist: $(SOURCES) $(FORTH_GEN0) @KERN
 #A source distribution contains only the things needed to install gforth,  #A source distribution contains only the things needed to install gforth,
 #without the documents.  #without the documents.
 dsrcdist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@  dsrcdist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ | \                  $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ | \
Line 73  dsrcdist: $(SOURCES) $(FORTH_GEN0) @KERN Line 65  dsrcdist: $(SOURCES) $(FORTH_GEN0) @KERN
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
   
 dsrconlydist:   $(SOURCES)  dsrconlydist:   $(SOURCES)
                 echo $(VERSION) > version  
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(SOURCES) | \                  $(TAR) $(SOURCES) | \
Line 84  dsrconlydist: $(SOURCES) Line 75  dsrconlydist: $(SOURCES)
 #A document distribution contains only the documents, which can be created  #A document distribution contains only the documents, which can be created
 #with MAKE.  #with MAKE.
 ddocdist:       $(DOCDIST)  ddocdist:       $(DOCDIST)
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(DOCDIST) | (cd gforth-$(VERSION); tar xf -)                  $(TAR) $(DOCDIST) | (cd gforth-$(VERSION); tar xf -)
Line 93  ddocdist: $(DOCDIST) Line 82  ddocdist: $(DOCDIST)
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
   
 dhtmldist:      html  dhtmldist:      html
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 $(TAR) html|gzip -9 >gforth-html-$(VERSION).tar.gz                  $(TAR) html|gzip -9 >gforth-html-$(VERSION).tar.gz
   
 #a binary distribution contains the complete source distribution,  #a binary distribution contains the complete source distribution,
 # the objects, the executable and the links. the objects are there for making  # the objects, the executable and the links. the objects are there for making
 # make happy.  # make happy.
 dbindist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)  dbindist:       $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(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 -)
Line 121  distfiles: Line 106  distfiles:
 #then just has to unpack the source and his favourite binonly into the  #then just has to unpack the source and his favourite binonly into the
 #same directory and has a full binary distribution.  #same directory and has a full binary distribution.
 dbinonlydist:   $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)  dbinonlydist:   $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)
                 echo $(VERSION) > version  
                 $(MAKE) $(PRECISE)  
                 -$(RMTREE) gforth-$(VERSION)                  -$(RMTREE) gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)                  $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)

Removed from v.1.29  
changed lines
  Added in v.1.30


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