aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2013-03-29 16:25:52 -0400
committerJoe Gregorio <jcgregorio@google.com>2013-03-29 16:25:52 -0400
commit79daca0a32c7eba4867692f650411d099025501d (patch)
treec13ce0fa121436b6f0d36a65dc6f4a66078147da /Makefile
parent731680a341ddd4e4e58febe207f40f894d56577a (diff)
downloadgoogle-api-python-client-79daca0a32c7eba4867692f650411d099025501d.tar.gz
Start removing dependence on gflags.
Reviewed in https://codereview.appspot.com/7628044/. This only removes the dependency from the core library, a second CL will update all the samples.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0808fe74..c4edbbe57 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ prerelease: test
-rm -rf snapshot/
-sudo rm -rf snapshot/
./tools/gae-zip-creator.sh
- python expand-symlinks.py
+ python expandsymlinks.py
cd snapshot; python setup.py clean
cd snapshot; python setup.py sdist --formats=gztar,zip
cd snapshot; tar czf google-api-python-client-samples-$(shell python setup.py --version).tar.gz samples
@@ -58,7 +58,7 @@ oauth2_prerelease: test
-rm -rf snapshot/
-sudo rm -rf snapshot/
mkdir snapshot
- python expand-symlinks.py --source=oauth2client --dest=snapshot/oauth2client
+ python expandsymlinks.py --source=oauth2client --dest=snapshot/oauth2client
cp setup_oauth2client.py snapshot/setup.py
cp MANIFEST_oauth2client.in snapshot/MANIFEST.in
cp README_oauth2client snapshot/README