>>>>> On Tue, 28 Jun 2005 09:11:10 +0200, "Mohr James" <[EMAIL PROTECTED]> said:

Mohr> I have a compiled version of 5.2.1 that I created from source (not CVS)
Mohr> and I would like to install on several machines. Rather then
Mohr> recompiling or copying the whole compiled directory to each machine and
Mohr> re-running 'make install' I thought it would be a nifty thing to make a
Mohr> tar archive of just what is necessary. There is a make target name
Mohr> "tar", so I run "make tar" and get the error:

That's not what you want.  That's an internal development target.

Do this instead:

make install INSTALL_PREFIX=/tmp/net-snmp-top
cd /tmp/net-snmp-top
tar czf net-snmp-dist.tar.gz .



-- 
Wes Hardaker
Sparta, Inc.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to