This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9876 for ps


Ignore:
Timestamp:
07/18/11 19:32:07 (13 years ago)
Author:
philip
Message:

Fix clean-workspaces script for new SpiderMonkey

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/build/workspaces/clean-workspaces.sh

    r9830 r9876  
    1111
    1212(cd ../../libraries/fcollada/src && rm -rf ./output)
    13 (cd ../../libraries/spidermonkey-tip && rm -f .already-built)
    14 (cd ../../libraries/spidermonkey-tip/src && rm -rf ./build-debug)
    15 (cd ../../libraries/spidermonkey-tip/src && rm -rf ./build-release)
     13(cd ../../libraries/spidermonkey && rm -f .already-built)
     14(cd ../../libraries/spidermonkey && rm -rf ./js-1.8.5)
    1615(cd ../../libraries/nvtt/src && rm -rf ./build)
    1716
Note: See TracChangeset for help on using the changeset viewer.