From: Mariusz Tkaczyk Date: Mon, 23 Sep 2024 09:12:53 +0000 (+0200) Subject: Remove INSTALL and dev/null X-Git-Tag: mdadm-4.4~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2a9d63d07102e54608ad7691072ebbed0f8be8;p=thirdparty%2Fmdadm.git Remove INSTALL and dev/null INSTALL is not needed because it added to README.md dev/null was created accidentally. Remove them. Signed-off-by: Mariusz Tkaczyk --- diff --git a/INSTALL b/INSTALL deleted file mode 100644 index f7bcc3e6..00000000 --- a/INSTALL +++ /dev/null @@ -1,13 +0,0 @@ - -To build mdadm, simply run: - - make - -to install, run - - make install - -as root. - - -No configuration is necessary. diff --git a/dev/null b/dev/null deleted file mode 100644 index e69de29b..00000000