commit | d220da0967dbda232350c5dc39317e04e0892743 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Wed Aug 25 00:48:20 2021 +0900 |
committer | Helge Deller <deller@gmx.de> | Mon Aug 30 10:18:25 2021 +0200 |
tree | 79068ecc7fbbf73e6f22674113e6fabeb10f7dc1 | |
parent | 7bf82eb3873fbbee8273f60ddef584194b99f6c1 [diff] |
parisc: remove unused arch/parisc/boot/install.sh and its phony target Parisc has two similar installation scripts: arch/parisc/install.sh arch/parisc/boot/install.sh The latter is never used because 'make ARCH=parisc install' always invokes the 'install' target in arch/parisc/Makefile. The target in arch/parisc/boot/Makefile is not used either. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>