[Spread-users] [PATCH] LINUX_makefile install_bin target

Daniel Rall dlr at finemaltcoding.com
Wed Jul 25 20:39:47 EDT 2001


The makefile for Linux is not up to date with the recent renames of
the various Spread binaries.  Here's the fix (by myself and Stephane
Miller <stephane at collab.net>), discovered while RPM'ing Spread:

--- LINUX_makefile-ORIG Wed Jul 25 17:35:38 2001
+++ LINUX_makefile      Wed Jul 25 17:35:55 2001
@@ -55,11 +55,11 @@
 install_bin:
        $(INSTALL) -m 0755 -d ${BASEDIR}/bin
        $(INSTALL) -m 0755 spread ${BASEDIR}/bin
-       $(INSTALL) -m 0755 monitor ${BASEDIR}/bin
-       $(INSTALL) -m 0755 user ${BASEDIR}/bin
-       $(INSTALL) -m 0755 tuser ${BASEDIR}/bin
+       $(INSTALL) -m 0755 spmonitor ${BASEDIR}/bin
+       $(INSTALL) -m 0755 spuser ${BASEDIR}/bin
+       $(INSTALL) -m 0755 sptuser ${BASEDIR}/bin
        $(INSTALL) -m 0755 simple_user ${BASEDIR}/bin
-       $(INSTALL) -m 0755 flooder ${BASEDIR}/bin
+       $(INSTALL) -m 0755 spflooder ${BASEDIR}/bin
 
 install_lib:
        $(INSTALL) -m 0755 -d ${BASEDIR}/lib





More information about the Spread-users mailing list