@@ -1,7 +1,7 @@
# The following targets are for the maintainer only! do not run if you don't
# know what they do.
-.PHONY: printenv updateconfigs defaultconfigs genconfigs migrateconfigs printchanges insertchanges startnewrelease diffupstream help autoreconstruct finalchecks
+.PHONY: printenv updateconfigs defaultconfigs genconfigs migrateconfigs printchanges insertchanges startnewrelease help autoreconstruct finalchecks
help:
@echo "These are the targets in addition to the normal $(DEBIAN) ones:"
@@ -22,8 +22,6 @@ help:
@echo
@echo " startnewrelease : Start a new changelog set"
@echo
- @echo " diffupstream : Diff stock kernel code against upstream (git)"
- @echo
@echo " compileselftests : Only compile the selftests listed on ubuntu_selftests variable"
@echo
@echo " runselftests : Run the selftests listed on ubuntu_selftests variable"
@@ -148,9 +146,6 @@ ifeq ($(do_fips_checks),true)
endif
$(DROOT)/scripts/misc/final-checks "$(DEBIAN)" "$(prev_fullver)"
-diffupstream:
- @git diff-tree -p refs/remotes/linux-2.6/master..HEAD $(shell ls | grep -vE '^(ubuntu|$(DEBIAN)|\.git.*)')
-
startnewrelease:
dh_testdir
@[ -f "$(DEBIAN)/etc/update.conf" ] && . "$(DEBIAN)/etc/update.conf"; \
The maintainer make target 'diffupstream' is old/obsolete/unused, so remove it. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> --- debian/rules.d/1-maintainer.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)