diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-03-30 23:11:43 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-31 13:20:15 +0200 |
| commit | 26fb7c875853e0cc221d978537b257d70dc1c146 (patch) | |
| tree | c83e83a4247baab77af9f772da111444274f5602 /package/coreutils | |
| parent | 11982199f6fd889b37dce325f57c962657db9620 (diff) | |
| download | buildroot-26fb7c875853e0cc221d978537b257d70dc1c146.tar.gz buildroot-26fb7c875853e0cc221d978537b257d70dc1c146.zip | |
package/coreutils: remove legacy comment
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>
Diffstat (limited to 'package/coreutils')
| -rw-r--r-- | package/coreutils/coreutils.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 409089c332..3f3f8c42d4 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)) |

