diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -13,17 +13,7 @@ | |||
13 | # See the License for the specific language governing permissions and | 13 | # See the License for the specific language governing permissions and |
14 | # limitations under the License. | 14 | # limitations under the License. |
15 | 15 | ||
16 | GERRIT_SRC=../gerrit | ||
17 | GERRIT_MODULES=codereview froofle | ||
18 | |||
19 | all: | 16 | all: |
20 | 17 | ||
21 | clean: | 18 | clean: |
22 | find . -name \*.pyc -type f | xargs rm -f | 19 | find . -name \*.pyc -type f | xargs rm -f |
23 | |||
24 | update-pyclient: | ||
25 | $(MAKE) -C $(GERRIT_SRC) release-pyclient | ||
26 | rm -rf $(GERRIT_MODULES) | ||
27 | (cd $(GERRIT_SRC)/release/pyclient && \ | ||
28 | find . -type f \ | ||
29 | | cpio -pd $(abspath .)) | ||