projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d33db
)
Makefile: surround make -C kafel clean with ifdefs
author
Robert Swiecki
<robert@swiecki.net>
Sat, 27 May 2017 00:32:39 +0000
(
02:32
+0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sat, 27 May 2017 00:32:39 +0000
(
02:32
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2485209fb16ba30d963c531f377e2e2dd319c62d..22f9eb944fcfc2f25594c54b3c4791075ebe32dc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-98,7
+98,9
@@
$(PROTO_DEPS): config.proto
clean:
$(RM) core Makefile.bak $(OBJS) $(BIN)
+ifneq ("$(wildcard kafel/Makefile)","")
$(MAKE) -C kafel clean
+endif
depend:
makedepend -Y -Ykafel/include -- -- $(SRCS)