mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Symlink sounds files, to save disk space, when multiple tarballs/checkouts are on the same system.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,7 +83,7 @@ $$($(1))/.asterisk-$(2)$(if $(3),-$(3),)-%: have_download
|
||||
&& $$(SHA1SUM) -c --status $$$${PACKAGE}.sha1) || $(BS)
|
||||
(echo "Bad checksum: $$$${PACKAGE}" 1>&2; exit 1)); $(BS)
|
||||
fi; $(BS)
|
||||
cp -p $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE} .; $(BS)
|
||||
$(LN) -sf $$(SOUNDS_CACHE_DIR)/$$$${PACKAGE} .; $(BS)
|
||||
fi; $(BS)
|
||||
$(if $($(4)_VERSION),\
|
||||
$(EMPTY) rm -f $$(subst -$$($(4)_VERSION),,$$@)-* && $(BS)
|
||||
@@ -100,7 +100,7 @@ asterisk-$(1)-%.tar.gz: have_download
|
||||
&& $$(SHA1SUM) -c --status $$@.sha1) || $(BS)
|
||||
(echo "Bad checksum: $$@" 1>&2; exit 1)); $(BS)
|
||||
fi; $(BS)
|
||||
cp -p $$(SOUNDS_CACHE_DIR)/$$@ .; $(BS)
|
||||
$(LN) -sf $$(SOUNDS_CACHE_DIR)/$$@ .; $(BS)
|
||||
fi
|
||||
endef
|
||||
|
||||
|
Reference in New Issue
Block a user