Skip to content

Commit d6527ec

Browse files
ydnardeadprogram
authored andcommitted
internal/cm: exclude certain files when copying package
1 parent 211425c commit d6527ec

File tree

5 files changed

+1
-293
lines changed

5 files changed

+1
-293
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ wasi-syscall: wasi-cm
277277
.PHONY: wasi-cm
278278
wasi-cm:
279279
rm -rf ./src/internal/cm/*
280-
rsync -rv --delete --exclude '*_test.go' $(shell go list -modfile ./internal/wasm-tools/go.mod -m -f {{.Dir}} $(WASM_TOOLS_MODULE)/cm)/ ./src/internal/cm
280+
rsync -rv --delete --exclude '*_test.go' --exclude '*.md' --exclude LICENSE $(shell go list -modfile ./internal/wasm-tools/go.mod -m -f {{.Dir}} $(WASM_TOOLS_MODULE)/cm)/ ./src/internal/cm
281281

282282
# Check for Node.js used during WASM tests.
283283
NODEJS_VERSION := $(word 1,$(subst ., ,$(shell node -v | cut -c 2-)))

src/internal/cm/CHANGELOG.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/internal/cm/LICENSE

Lines changed: 0 additions & 220 deletions
This file was deleted.

src/internal/cm/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/internal/cm/RELEASE.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)