Changeset - r12708:bd87b0e1dc96
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-08-15 10:57:00
rubidium@openttd.org
(svn r17183) -Add [FS#2827]: 'bundle_lzma' to the bundling functions
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -110,6 +110,13 @@ bundle_bzip2: bundle
 
	$(Q)cd "$(BUNDLES_DIR)/.bzip2" && tar -jc$(shell if test -n "$(VERBOSE)"; then echo 'v'; fi)f "$(BUNDLES_DIR)/$(BUNDLE_NAME).tar.bz2" "$(BUNDLE_NAME)"
 
	$(Q)rm -rf   "$(BUNDLES_DIR)/.bzip2"
 

	
 
bundle_lzma: bundle
 
	@echo '[BUNDLE] Creating $(BUNDLE_NAME).tar.lzma'
 
	$(Q)mkdir -p "$(BUNDLES_DIR)/.lzma/$(BUNDLE_NAME)"
 
	$(Q)cp -R    "$(BUNDLE_DIR)/"* "$(BUNDLES_DIR)/.lzma/$(BUNDLE_NAME)/"
 
	$(Q)cd "$(BUNDLES_DIR)/.lzma" && tar --lzma -c$(shell if test -n "$(VERBOSE)"; then echo 'v'; fi)f "$(BUNDLES_DIR)/$(BUNDLE_NAME).tar.lzma" "$(BUNDLE_NAME)"
 
	$(Q)rm -rf   "$(BUNDLES_DIR)/.lzma"
 

	
 
bundle_lha: bundle
 
	@echo '[BUNDLE] Creating $(BUNDLE_NAME).lha'
 
	$(Q)mkdir -p "$(BUNDLES_DIR)/.lha/$(BUNDLE_NAME)"
0 comments (0 inline, 0 general)