Skip to content

Commit ef9cc07

Browse files
build: remove autotools support
We use meson everywhere now. Clean up the autotools support. Signed-off-by: Patrick Williams <[email protected]> Change-Id: Iac94c9c6e92141d8d1928c5283c8757ab2fd3257
1 parent 011ccae commit ef9cc07

File tree

11 files changed

+0
-1167
lines changed

11 files changed

+0
-1167
lines changed

.gitignore

-55
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,3 @@
11
build*/
22
subprojects/*
33
!subprojects/*.wrap
4-
5-
Makefile
6-
Makefile.in
7-
aclocal.m4
8-
ar-lib
9-
*-libtool
10-
autom4te.cache*
11-
aminclude_static.am
12-
compile
13-
config.*
14-
depcomp
15-
phosphor-logging/elog-errors.hpp
16-
install-sh
17-
logging-test
18-
logging_test.o
19-
ltmain.sh
20-
missing
21-
test-driver
22-
test/.deps*
23-
*.dirstamp
24-
test/Makefile
25-
test/Makefile.in
26-
.deps*
27-
configure
28-
stamp-h1
29-
phosphor-logging-*.*
30-
xyz/openbmc_project/Logging/Internal/Manager/
31-
*.o
32-
*.la
33-
*.lo
34-
.libs/
35-
libtool
36-
callout-test
37-
callouts-gen.hpp
38-
elog-lookup.cpp
39-
elog-process-metadata.cpp
40-
phosphor-log-manager
41-
phosphor-logging.pc
42-
test/*_test.log
43-
test/*_test.trs
44-
test/*_test_*.log
45-
test/*_test_*.trs
46-
test/test-suite.log
47-
*.gcda
48-
*.gcno
49-
*.trs
50-
*-coverage*
51-
test/remote_logging_test_address
52-
test/remote_logging_test_config
53-
test/remote_logging_test_port
54-
test/serialization_test_path
55-
test/serialization_test_properties
56-
test/*_test
57-
phosphor-rsyslog-config/phosphor-rsyslog-conf
58-
peltool

Makefile.am

-155
This file was deleted.

Makefile.am.include

-25
This file was deleted.

bootstrap.sh

-19
This file was deleted.

0 commit comments

Comments
 (0)