projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b174edf
)
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins...
author
Andy Wingo
<wingo@pobox.com>
Sat, 2 Mar 2002 19:16:23 +0000
(19:16 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Sat, 2 Mar 2002 19:16:23 +0000
(19:16 +0000)
Original commit message from CVS:
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins,
it will update common automatically, and we don't support half-updated trees
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 20fe9c3dcd895a776eafbe73bdb8f169fac5dc70..f8f681fc53844180b18383f96de14e40be6ab013 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-11,9
+11,6
@@
if test ! -d common;
then
echo "+ getting common/ from cvs"
cvs co common
-else
- echo "+ updating common/ from cvs"
- cd common; cvs update -dP; cd ..
fi
# source helper functions