diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:39:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:39:47 -0300 |
commit | f1e4c5b88183ce48b39daa1b3358a74a559634c3 (patch) | |
tree | 95f450a31ba61b8c6c5c1fe70a44364382ebe50b | |
parent | defaaba7b49ca4b7b6702c8cb8469c5b37fe2dd8 (diff) | |
download | clientdata-f1e4c5b88183ce48b39daa1b3358a74a559634c3.tar.gz clientdata-f1e4c5b88183ce48b39daa1b3358a74a559634c3.tar.bz2 clientdata-f1e4c5b88183ce48b39daa1b3358a74a559634c3.tar.xz clientdata-f1e4c5b88183ce48b39daa1b3358a74a559634c3.zip |
Remove make updates and make music (We don't use them and tools surpass them)
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -7,7 +7,7 @@ XSLTPROC = xsltproc all: @echo "Normal: build pipeline" - @echo "Standard: contrib about-server wiki check-png testxml updates music license icc" + @echo "Standard: contrib about-server wiki check-png testxml license icc" @echo "Groups: build check pipeline" @@ -43,15 +43,9 @@ check-xml: testxml: cd ../tools/testxml/ ; ./testxml.py silent -updates: - cd ../tools/update/ ; ./update.sh - build: cd ../tools/ ; make client -music: - cd ../tools/update/ ; ./update_music.sh - license: cd ../tools/licensecheck/ ; ./clientdata.sh |