[gforth] / gforth / BUILD-FROM-SCRATCH  

gforth: gforth/BUILD-FROM-SCRATCH

Diff for /gforth/BUILD-FROM-SCRATCH between version 1.10 and 1.11

version 1.10, Sat Dec 21 09:42:58 2002 UTC version 1.11, Sat Dec 21 09:58:02 2002 UTC
Line 1 
Line 1 
 # Procedures to build gforth from the CVS sources  # Procedures to build gforth from the CVS sources
   
   #use this with parameters and env variables like "configure"
   
 #Copyright (C) 2000 Free Software Foundation, Inc.  #Copyright (C) 2000 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
Line 66 
Line 68 
 echo xz  echo xz
 if [ "$GFORTH"xx != "xx" ]  if [ "$GFORTH"xx != "xx" ]
 then  then
  echo Running: make BUILDFORTH="$GFORTH" gforth...   echo Running: make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth...
  make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth   make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" gforth
  echo Running: make BUILDFORTH="$GFORTH" all...   echo Running: make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all...
  make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all   make BUILDFORTH="$GFORTH" FORTHP="$GFORTH" all
 fi  fi


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help