Skip to content

Commit

Permalink
generate XML snippet for manifest for repo tool
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Jul 14, 2015
1 parent 81256c1 commit b4625cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dist-meta:
cp ./staticx/dist/LICENSE.txt ./dist/out
cp ./LICENSE-thirdparty.txt ./dist/out
cp ./CHANGES.md ./dist/out
awk '{split($$1, a, "/"); printf " <project revision=\"%s\" path=\"%s\" name=\"%s\"/>\n", $$2, $$1, a[length(a)];}' ./dist/out/manifest.txt > ./dist/out/manifest.projects

dist-build:
$(MAKE) build GOOS=darwin GOARCH=amd64 CBFT_OUT=./dist/out/cbft.macos.amd64
Expand Down

0 comments on commit b4625cf

Please sign in to comment.