mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	builddeb: allow selection of .deb compressor
Select deb compression using KDEB_COMPRESS make variable. This allows to use gzip compression for local or test builds, and that's way faster than now-default xz compression. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
		
							parent
							
								
									9c9aa8fdf3
								
							
						
					
					
						commit
						1a7f0a34ea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -43,7 +43,7 @@ create_package() { | ||||||
| 
 | 
 | ||||||
| 	# Create the package | 	# Create the package | ||||||
| 	dpkg-gencontrol -p$pname -P"$pdir" | 	dpkg-gencontrol -p$pname -P"$pdir" | ||||||
| 	dpkg --build "$pdir" .. | 	dpkg-deb ${KDEB_COMPRESS:+-Z$KDEB_COMPRESS} --build "$pdir" .. | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| version=$KERNELRELEASE | version=$KERNELRELEASE | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Michał Mirosław
						Michał Mirosław