mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatica...
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
This commit is contained in:
parent
b174edfdb7
commit
ccfafb0fcc
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue