mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Sisyphus - remove jprof code from checkout.sh, bug 400220, not part of the build
This commit is contained in:
parent
3d5815da5b
commit
24eb922681
@ -65,14 +65,8 @@ case $product in
|
||||
if ! make -f client.mk checkout 2>&1; then
|
||||
error "during checkout of tree"
|
||||
fi
|
||||
|
||||
case "$extra" in
|
||||
jprof)
|
||||
cvs -z3 -q update -d -P tools/jprof
|
||||
;;
|
||||
esac
|
||||
|
||||
;;
|
||||
|
||||
js)
|
||||
if [[ ! ( -d mozilla && \
|
||||
-e mozilla/js && \
|
||||
|
Loading…
Reference in New Issue
Block a user