This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#13954 don't fail kernel "clean" target when build env is not there
Change-Id: I7105582c428f7fd06c0a45774cb171fa084e265f
changes/55/12455/2
Richard Fuchs
9 years ago
parent
5dcd533a7f
commit
a850ebfa38
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+1
-1
kernel-module/Makefile
+ 3
- 0
Makefile
View File
@ -8,6 +8,9 @@ all:
$(
MAKE
)
-C daemon
$(
MAKE
)
-C recording-daemon
$(
MAKE
)
-C iptables-extension
with-kernel
:
$(
MAKE
)
$(
MAKE
)
-C kernel-module
clean
:
+ 1
- 1
kernel-module/Makefile
View File
@ -34,7 +34,7 @@ modules:
make -C
$(
KBUILD
)
M
=
$(
PWD
)
O
=
$(
KBUILD
)
modules
clean
:
make -C
$(
KBUILD
)
M
=
$(
PWD
)
clean
make -C
$(
KBUILD
)
M
=
$(
PWD
)
clean
||
true
patch
:
../utils/patch-kernel magic
"
$(
PWD
)
"
"
$(
KERNEL
)
"
"
$(
RTPENGINE_VERSION
)
"
Write
Preview
Loading…
Cancel
Save