Error in src/CMD/generic/MAKELINKS.sh ...

Eric G . Miller egm2 at jps.net
Tue Feb 29 03:29:25 EST 2000


Here's another one I came across compiling grass5.0b7 (cvs checkout).

In src/CMD/generic/MAKELINKS.sh

eval `$GMAKE` || exit 1
: ${$GISBASE?} ${SRC?} ${CMD?}

fails with:
src/CMD/generic/MAKELINKS.sh SRC command not found

Comparing to GISGEN.sh in the same directory I find this subtle difference: 

eval `$GMAKE -sh` || exit 1
: ${GISBASE?} ${SRC?} ${CMD?}

Changing MAKELINKS.sh to the same makes the problem go away...


-- 
+----------------------------------------------------+
| Eric G. Miller                        egm2 at jps.net |
| GnuPG public key: http://www.jps.net/egm2/gpg.asc  |
+----------------------------------------------------+



More information about the grass-user mailing list