[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#822666: linux-headers-3.16.0-4-amd64: deprecated syntax in linux-headers Makefile



On Sat, Apr 30, 2016 at 22:14:09 +0200, Ben Hutchings wrote:

> I request a judgement from the SRM whether this bug is suitable for a
> stable update.  The change is pretty small:
> 
> --- a/debian/rules.real
> +++ b/debian/rules.real
> @@ -311,7 +311,9 @@ install-headers_$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(STAMPS_DIR)/build_$(ARCH)_$(
>  	@echo 'all:' >> $(DIR)/Makefile
>  	@echo '	@$$(MAKE) $$(MAKEARGS) $$(cmd)' >> $(DIR)/Makefile
>  	@echo 'Makefile:;' >> $(DIR)/Makefile
> -	@echo '$$(cmd) %/: all' >> $(DIR)/Makefile
> +	@echo '$$(cmd): all' >> $(DIR)/Makefile
> +	@echo '	@:' >> $(DIR)/Makefile
> +	@echo '%/: all' >> $(DIR)/Makefile
>  	@echo '	@:' >> $(DIR)/Makefile
>  
>  	dh_link /usr/lib/$(PACKAGE_NAME_KBUILD)/scripts $(BASE_DIR)/scripts
> --- END ---
> 
Feel free to include this change as part of a regular stable kernel update.

Cheers,
Julien


Reply to: