From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Thu, 30 May 2013 18:50:19 +0100 Subject: [Cluster-devel] [PATCH 1/2] gfs2-utils: Remove some unused build files Message-ID: <1369936220-13490-1-git-send-email-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This removes some build files which are either no longer used or are generated by autoconf and needn't have been committed. Signed-off-by: Andrew Price --- .gitignore | 7 + Makefile.am | 2 +- Makefile.new | 126 ---------- README.build | 12 +- config.rpath | 672 ------------------------------------------------- po/Makefile.in.in | 444 -------------------------------- po/Rules-quot | 47 ---- po/boldquot.sed | 10 - po/insert-header.sin | 23 -- po/quot.sed | 6 - po/remove-potcdate.sin | 19 -- 11 files changed, 9 insertions(+), 1359 deletions(-) delete mode 100644 Makefile.new delete mode 100755 config.rpath delete mode 100644 po/Makefile.in.in delete mode 100644 po/Rules-quot delete mode 100644 po/boldquot.sed delete mode 100644 po/insert-header.sin delete mode 100644 po/quot.sed delete mode 100644 po/remove-potcdate.sin diff --git a/.gitignore b/.gitignore index a1eadd0..f8f8a82 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ config.guess config.log config.sub config.status +config.rpath Makefile depcomp install-sh @@ -50,3 +51,9 @@ po/Makevars.template po/POTFILES po/stamp-po po/remove-potcdate.sed +po/Makefile.in.in +po/Rules-quot +po/boldquot.sed +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sin diff --git a/Makefile.am b/Makefile.am index 210ab15..1eea44c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = config.rpath m4/ChangeLog autogen.sh +EXTRA_DIST = autogen.sh AUTOMAKE_OPTIONS = foreign diff --git a/Makefile.new b/Makefile.new deleted file mode 100644 index 1534c87..0000000 diff --git a/README.build b/README.build index 7832e2b..1f73b1d 100644 --- a/README.build +++ b/README.build @@ -38,14 +38,4 @@ To install gfs2-utils, run: make install -There is also an alternative (experimental, but eventually will take over -from the current build system) build system which requires only GNU make. -To use that build system, simply run: - -make -f Makefile.new - -Where is all, install, etc. - -Both build systems are designed to run alongside each other for the time -being. - +See also README.contributing for details on submitting patches. diff --git a/config.rpath b/config.rpath deleted file mode 100755 index 17298f2..0000000 diff --git a/po/Makefile.in.in b/po/Makefile.in.in deleted file mode 100644 index 83d8838..0000000 diff --git a/po/Rules-quot b/po/Rules-quot deleted file mode 100644 index af52487..0000000 diff --git a/po/boldquot.sed b/po/boldquot.sed deleted file mode 100644 index 4b937aa..0000000 diff --git a/po/insert-header.sin b/po/insert-header.sin deleted file mode 100644 index b26de01..0000000 diff --git a/po/quot.sed b/po/quot.sed deleted file mode 100644 index 0122c46..0000000 diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin deleted file mode 100644 index 2436c49..0000000 -- 1.8.1.4