grass 5.0 beta configure/make
Eric G . Miller
egm2 at jps.net
Tue Nov 2 20:50:33 EST 1999
I think the original point was that "make" by itself doesn't do
anything, and it probably should. A typical set-up would have
./configure # configure environ...
make # compile the code
make install # compile, if not compiled, and install
make clean # remove all compiled code
make distclean # same as clean
It's nice to be able to "make" all of the objects, before actually
putting them in place. Then if errors come up, you don't have a broken
system installed.
--
+----------------------------------------------------+
| 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