[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



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 ---

Ben.

On Fri, 2016-04-29 at 16:59 +0200, Thierry Herbelot wrote:
> Dear maintainer,
> 
> We would like that the fix applied to the 4.5.2-1 package is also 
> applied to the stable jessie version of debian:
> 
> When we are building our out-of-tree kernel modules, the error due to 
> the Debian Makefile is generating false alarms (the Makefile error is 
> essentially noise in our build logs, which would be great if it were 
> removed).
> 
> 	Best regards
> 
> 	Thierry
> 
-- 
Ben Hutchings
Tomorrow will be cancelled due to lack of interest.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: