diff mbox

package/coreutils: remove legacy comment

Message ID 20170330211143.6645-1-yann.morin.1998@free.fr
State Accepted
Commit 26fb7c875853e0cc221d978537b257d70dc1c146
Headers show

Commit Message

Yann E. MORIN March 30, 2017, 9:11 p.m. UTC
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>
---
 package/coreutils/coreutils.mk | 3 ---
 1 file changed, 3 deletions(-)

Comments

Peter Korsgaard March 31, 2017, 11:20 a.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index 409089c..3f3f8c4 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -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))