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

version 1.10, 2002/12/21 09:42:58 version 1.11, 2002/12/21 09:58:02
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  rm gforth.fi Line 68  rm gforth.fi
 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

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


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