This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
do not expand tabs in makefiles
master
Edoardo Putti
6 years ago
parent
aa2bdac95b
commit
bff7790e38
5 changed files
with
10 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bundle/ansible/Makefile
+2
-0
bundle/editors/Makefile
+2
-0
bundle/lilik/Makefile
+2
-0
bundle/reverse-proxy/Makefile
+2
-0
bundle/userspace/Makefile
+ 2
- 0
bundle/ansible/Makefile
View File
@ -1,3 +1,5 @@
# vim: set noexpandtab:
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
ansible
PKG_NAME
:=
ansible
+ 2
- 0
bundle/editors/Makefile
View File
@ -1,3 +1,5 @@
# vim: set noexpandtab:
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
editors
PKG_NAME
:=
editors
+ 2
- 0
bundle/lilik/Makefile
View File
@ -1,3 +1,5 @@
# vim: set noexpandtab:
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
lilik
PKG_NAME
:=
lilik
+ 2
- 0
bundle/reverse-proxy/Makefile
View File
@ -1,3 +1,5 @@
# vim: set noexpandtab:
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
reverse-proxy
PKG_NAME
:=
reverse-proxy
+ 2
- 0
bundle/userspace/Makefile
View File
@ -1,3 +1,5 @@
# vim: set noexpandtab:
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
userspace
PKG_NAME
:=
userspace
Write
Preview
Loading…
Cancel
Save