projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added dependency to package IP required by Openswan
[openwrt.git]
/
include
/
host.mk
diff --git
a/include/host.mk
b/include/host.mk
index
423ca16
..
8b4ce3d
100644
(file)
--- a/
include/host.mk
+++ b/
include/host.mk
@@
-35,3
+35,9
@@
$(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
)
endif
+
+ifeq ($(HOST_OS),Linux)
+ XARGS:=xargs -r
+else
+ XARGS:=xargs
+endif
This page took
0.022803 seconds
and
4
git commands to generate.