package/coreutils: remove legacy comment
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 30 Mar 2017 21:11:43 +0000 (23:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 31 Mar 2017 11:20:15 +0000 (13:20 +0200)
This comment was added in 2007 (e4c6340a: cleanup and fixes), back when
removing a package was (seemingly) supported.

This ability was lost when coreutils was converted to autotarget in 2010
(386183f: coreutils: convert to autotarget), but the comment stuck.

Get rid of it: it nowadays does not make sense and is a bit confusing.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/coreutils/coreutils.mk

index 409089c332f9b3b1c7095d739fa7d467e1a3f1f3..3f3f8c42d443279e125a16b808dd557cd087ca77 100644 (file)
@@ -123,7 +123,4 @@ endef
 
 COREUTILS_POST_INSTALL_TARGET_HOOKS += COREUTILS_CLEANUP
 
-# If both coreutils and busybox are selected, the corresponding applets
-# may need to be reinstated by the clean targets.
-
 $(eval $(autotools-package))