summaryrefslogtreecommitdiffstats
path: root/rules/host-file.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: move host 'file' out of sysroot-host/binMichael Olbrich2012-12-071-0/+3
| | | | | | | | | | host-file is only needed and usefull to generate the 'magic' for the target. It cannot be used for anything else, because it won't find its magic. This fixes this error when downloading files: file: could not find any magic files! Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add utility 'file' for determining file typesAlexander Dahl2011-05-041-0/+18
Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>