mirror of
https://github.com/weewx/weewx.git
synced 2026-04-20 09:37:02 -04:00
attempt to exclude undesired artifacts from the distribution source tree even when doing multiple builds
This commit is contained in:
2
makefile
2
makefile
@@ -195,7 +195,7 @@ src-tarball: $(DSTDIR)/$(SRCPKG)
|
||||
|
||||
$(DSTDIR)/$(SRCPKG):
|
||||
mkdir -p $(BLDDIR)/weewx-$(VERSION)
|
||||
rsync -ar ./ $(BLDDIR)/weewx-$(VERSION) --exclude-from .gitignore --exclude .git --exclude .editorconfig --exclude .github --exclude .gitignore
|
||||
rsync -ar ./ $(BLDDIR)/weewx-$(VERSION) --exclude-from .gitignore --exclude .git --exclude .editorconfig --exclude .github --exclude .gitignore --delete
|
||||
mkdir -p $(DSTDIR)
|
||||
tar cfz $(DSTDIR)/$(SRCPKG) -C $(BLDDIR) weewx-$(VERSION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user