projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add wrapper around aclocal which also search in the targets staging dir aclocal
[openwrt.git]
/
tools
/
automake
/
files
/
aclocal
1
#!/usr/bin/env sh
2
aclocal.real \
3
-I
${STAGING_DIR}
/
host
/
shar
e
/
aclocal \
4
-I
${STAGING_DIR}
/
usr
/
shar
e
/
aclocal \
5
$@
This page took
0.033721 seconds
and
5
git commands to generate.