Skip to content

Commit de5afd0

Browse files
authored
[build] cleanup autotools references (openthread#9242)
1 parent bad7994 commit de5afd0

File tree

9 files changed

+2
-669
lines changed

9 files changed

+2
-669
lines changed

.gitattributes

-18
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,3 @@
1818
*.png binary !eol
1919
*.jpg binary !eol
2020
*.gif binary !eol
21-
22-
# Files normalized to always keep Unix line endings
23-
.default-version eol=lf
24-
bootstrap* eol=lf
25-
config.guess eol=lf
26-
config.status eol=lf
27-
configure eol=lf
28-
libtool eol=lf
29-
libtoolize eol=lf
30-
autoreconf eol=lf
31-
mkversion eol=lf
32-
*.sh eol=lf
33-
*-sh eol=lf
34-
*.m4 eol=lf
35-
configure.ac eol=lf
36-
Makefile.am eol=lf
37-
Makefile.in eol=lf
38-
Makefile eol=lf

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -420,12 +420,10 @@ jobs:
420420
- name: Bootstrap
421421
run: |
422422
brew update
423-
brew install automake m4
424423
wget --tries 4 https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-mac.zip
425424
unzip ninja-mac.zip && mv ninja /usr/local/bin/.
426425
- name: Build
427426
run: |
428-
export PATH=$(brew --prefix m4)/bin:$PATH
429427
script/check-posix-build
430428
script/check-simulation-build
431429

.gitignore

-34
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,29 @@
11
*.a
22
*.bak
3-
*.db
43
*.flash
54
*.gcda
65
*.gcno
76
*.log
87
*.o
9-
*.lo
10-
*.la
118
*.ninja*
12-
*.opendb
139
*.orig
1410
*.pcap
1511
*.pyc
16-
*.suo
1712
*.swn
1813
*.swo
1914
*.swp
2015
*.trs
21-
*.user
2216
*.bak
2317
*~
24-
.deps
25-
.dirstamp
2618
.DS_Store
27-
.local-version
28-
.libs
2919
.vagrant
30-
aclocal.m4
31-
autom4te.cache
3220
build
3321
CMakeCache.txt
3422
CMakeFiles
3523
cmake_install.cmake
36-
configure
37-
config.log
38-
config.status
3924
doc/Doxyfile
4025
doc/html
41-
etc/cmake/openthread-config-generic.h
42-
include/openthread-config.h
43-
include/openthread-config.h.in
44-
include/openthread-config-generic.h
45-
include/openthread-config-generic.h.in
46-
include/stamp-h1
47-
ipch
48-
libtool
49-
Makefile
50-
Makefile.in
5126
output
52-
third_party/nlbuild-autotools/repo/third_party/autoconf/compile
53-
third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp
54-
third_party/nlbuild-autotools/repo/third_party/autoconf/ltmain.sh
55-
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/libtool.m4
56-
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltoptions.m4
57-
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltsugar.m4
58-
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ltversion.m4
59-
third_party/nlbuild-autotools/repo/third_party/autoconf/m4/lt~obsolete.m4
60-
third_party/nlbuild-autotools/repo/third_party/autoconf/missing
6127
/tmp/
6228

6329
# IDE / editor files

etc/docker/Makefile

-32
This file was deleted.

examples/README.md

-80
This file was deleted.

0 commit comments

Comments
 (0)