mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
277 B
10 lines
277 B
13 years ago
|
#!/usr/bin/env sh
|
||
|
|
||
|
cp -fpv ~/node/common.gypi legacy/
|
||
|
cp -fpv ~/node/tools/addon.gypi legacy/tools/
|
||
|
cp -fpv ~/node/tools/gyp_addon legacy/tools/
|
||
|
cp -rfpv ~/node/tools/gyp legacy/tools/
|
||
|
|
||
|
# we don't care about gyp's test suite and it's rather big...
|
||
|
rm -rf legacy/tools/gyp/test
|