rsh-redone: remove code related to rcp
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Apr 2014 15:05:02 +0000 (17:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 12 Apr 2014 15:10:20 +0000 (17:10 +0200)
While there is a rcp.c in the source tree, the Makefile does not have
a rule nor logic to build it, and it anyway doesn't build at all.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rsh-redone/Config.in
package/rsh-redone/rsh-redone.mk

index d26ca2baeb80aae47e5da5396947d325d1e304e5..f636e2f9577e313bf0d7b684b448d541eb921ea9 100644 (file)
@@ -9,10 +9,6 @@ config BR2_PACKAGE_RSH_REDONE
 
 if BR2_PACKAGE_RSH_REDONE
 
-# this is incomplete in the source
-#config BR2_PACKAGE_RSH_REDONE_RCP
-#      bool "rcp"
-
 config BR2_PACKAGE_RSH_REDONE_RLOGIN
        bool "rlogin"
 
index 93e1358b6668fd4da0ddf56db94daf3342071525..8b74538386765e1179b6bd957cb85d27023aa258 100644 (file)
@@ -9,7 +9,6 @@ RSH_REDONE_SOURCE = rsh-redone_$(RSH_REDONE_VERSION).orig.tar.gz
 RSH_REDONE_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/r/rsh-redone
 
 rsh-redone-bin-y =
-rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RCP) += rcp
 rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RLOGIN) += rlogin
 rsh-redone-bin-$(BR2_PACKAGE_RSH_REDONE_RSH) += rsh
 rsh-redone-sbin-y =