UBUNTU: [Packaging] debian/rules: Remove unused target 'diffupstream'
The maintainer make target 'diffupstream' is old/obsolete/unused, so remove it. Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com> Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
e77127542a
commit
aa3316ce2e
Vendored
+1
-6
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user