projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b8a0fa
)
got rid of redirection to /dev/null since a lot of people have been hitting errors
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 7 May 2002 18:16:54 +0000
(18:16 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 7 May 2002 18:16:54 +0000
(18:16 +0000)
silently at this point
scripts/dep.linux
patch
|
blob
|
history
diff --git
a/scripts/dep.linux
b/scripts/dep.linux
index f10b70fadbe0e7568dd116c949f6f79ed53f3c4d..66a29d132c9cfcd29711296e54ebb5271791c654 100755
(executable)
--- a/
scripts/dep.linux
+++ b/
scripts/dep.linux
@@
-80,7
+80,7
@@
fi
topdir=$(pwd)
cd ${topdir}/scripts/linux_flags
-make LINUXDIR=${LINUXDIR}
&>/dev/null
+make LINUXDIR=${LINUXDIR}
cd ${topdir}
mv scripts/linux_flags/flags .buildvars