Changeset - r12709:de26edb8ac2b
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-08-15 11:12:19
rubidium@openttd.org
(svn r17184) -Add: 'bundle_7z' to the bundling functions
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -96,6 +96,11 @@ bundle_zip: bundle
 
	$(Q)mkdir -p "$(BUNDLES_DIR)"
 
	$(Q)cd "$(BUNDLE_DIR)" && zip -r $(shell if test -z "$(VERBOSE)"; then echo '-q'; fi) "$(BUNDLES_DIR)/$(BUNDLE_NAME).zip" .
 

	
 
bundle_7z: bundle
 
	@echo '[BUNDLE] Creating $(BUNDLE_NAME).7z'
 
	$(Q)mkdir -p "$(BUNDLES_DIR)"
 
	$(Q)cd "$(BUNDLE_DIR)" && 7z a "$(BUNDLES_DIR)/$(BUNDLE_NAME).7z" .
 

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