diff options
-rw-r--r-- | automation/taskcluster/scripts/split.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/automation/taskcluster/scripts/split.sh b/automation/taskcluster/scripts/split.sh index 4d18385ec..fded64e1b 100644 --- a/automation/taskcluster/scripts/split.sh +++ b/automation/taskcluster/scripts/split.sh @@ -23,16 +23,10 @@ split_util() { # Copy everything. cp -R $nssdir $dstdir - # Skip gtests when building. - sed '/^DIRS = /s/ cpputil gtests$//' $nssdir/manifest.mn > $dstdir/manifest.mn-t && mv $dstdir/manifest.mn-t $dstdir/manifest.mn - # Remove subdirectories that we don't want. rm -rf $dstdir/cmd - rm -rf $dstdir/tests rm -rf $dstdir/lib rm -rf $dstdir/automation - rm -rf $dstdir/gtests - rm -rf $dstdir/cpputil rm -rf $dstdir/doc # Start with an empty cmd lib directories to be filled selectively. |