Browse Source

[tm-monitor] fix build-all target in Makefile

pull/1943/head
Anton Kaliaev 7 years ago
parent
commit
8879640901
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tm-monitor/Makefile

+ 0
- 1
tm-monitor/Makefile View File

@ -32,7 +32,6 @@ build-all: tools
dist: build-all dist: build-all
cd dist && \ cd dist && \
$(DIST_DIRS) cp ../LICENSE {} \; && \ $(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.rst {} \; && \
$(DIST_DIRS) tar -zcf tm-monitor-${VERSION}-{}.tar.gz {} \; && \ $(DIST_DIRS) tar -zcf tm-monitor-${VERSION}-{}.tar.gz {} \; && \
shasum -a256 ./*.tar.gz > "./tm-monitor_${VERSION}_SHA256SUMS" && \ shasum -a256 ./*.tar.gz > "./tm-monitor_${VERSION}_SHA256SUMS" && \
cd .. cd ..


Loading…
Cancel
Save