Skip to content

Commit

Permalink
remove autotools
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Sep 7, 2016
1 parent 68cf9d8 commit fba798d
Show file tree
Hide file tree
Showing 101 changed files with 3 additions and 9,764 deletions.
43 changes: 0 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
*.o
*.lo
*.a
*~
*.co
*.diff
Expand All @@ -13,45 +10,15 @@
*.gcov
*.gcno
*.generated.dot
*.la
*.so
*.swp
*.swo
*.tmp
*.orig
*.patch
*.pyc
*.pyo
.cproject
.deps
.dirstamp
.metadata
.project
.settings
aclocal.m4
ar-lib
autom4te.cache
build-stamp
ceph.spec
compile
config.guess
config.log
config.status
config.sub
configure
configure-stamp
cscope.*
depcomp
gmon.out
install-sh
libtool
ltmain.sh
Makefile.in
missing
py-compile
release
stamp-h1
systemd/Makefile

# Files generated by crashed programs
vgcore.*
Expand All @@ -64,24 +31,14 @@ core

# specific local dir files
/build-doc
/config.*
/Makefile
/tags

# temporary directory used by e.g. "make distcheck", e.g. ceph-0.42
/ceph-[0-9]*/

# M4 Macro directory
/m4/

# where is this from?
web/*.html

# dir from coverity tools
cov-int/

/test-driver

# gtags(1) generated files
GPATH
GRTAGS
Expand Down
101 changes: 0 additions & 101 deletions Makefile.am

This file was deleted.

2 changes: 1 addition & 1 deletion admin/manpage-howto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Updating the manpages is a semi-manual process:
(all paths below relative to top of git tree):

1) make changes to the .rst files in doc/man.
2) if adding or removing pages, update man/Makefile.am
2) if adding or removing pages, update man/CMakeLists.txt
3) use admin/build-doc to build the doc tree into build-doc/output
4) copy changed manpage files from build-doc/output/man to man/
5) commit both doc/man .rst changes and man/ changes
50 changes: 0 additions & 50 deletions autogen.sh

This file was deleted.

63 changes: 0 additions & 63 deletions autogen_freebsd.sh

This file was deleted.

1 change: 0 additions & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ fi

%files resource-agents
%defattr(0755,root,root,-)
# N.B. src/ocf/Makefile.am uses $(prefix)/lib
%dir %{_prefix}/lib/ocf
%dir %{_prefix}/lib/ocf/resource.d
%dir %{_prefix}/lib/ocf/resource.d/ceph
Expand Down
Loading

0 comments on commit fba798d

Please sign in to comment.