--- gforth/BUILD-FROM-SCRATCH 2002/12/21 09:42:58 1.10 +++ gforth/BUILD-FROM-SCRATCH 2006/03/12 13:29:51 1.15 @@ -1,6 +1,8 @@ # Procedures to build gforth from the CVS sources -#Copyright (C) 2000 Free Software Foundation, Inc. +#use this with parameters and env variables like "configure" + +#Copyright (C) 2000,2002,2003 Free Software Foundation, Inc. #This file is part of Gforth. @@ -52,8 +54,9 @@ autoconf # generate header files like engine/config.h.in autoheader +echo timestamp >stamp-h.in -# run configure sXScript +# run configure Script ./configure $* @@ -66,8 +69,8 @@ rm gforth.fi echo xz if [ "$GFORTH"xx != "xx" ] then - echo Running: make BUILDFORTH="$GFORTH" gforth... + echo Running: 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 fi