Add a little informational message to the

debian/control target.

svn path=/trunk/kernel/source/linux-2.6/; revision=3725
This commit is contained in:
Jurij Smakov 2005-08-07 21:18:29 +00:00
parent d1c7dfb3f1
commit ed1dbf418d
1 changed files with 6 additions and 0 deletions

6
debian/rules vendored
View File

@ -227,6 +227,12 @@ binary: binary-indep binary-arch
#
debian/control: debian/changelog $(wildcard debian/templates/control.*.in)
debian/bin/gencontrol.py
@echo
@echo This target is made to fail intentionally, to make sure
@echo that it is NEVER run during the automated build. Please
@echo ignore the following error, the debian/control file has
@echo been generated SUCCESSFULLY.
@echo
exit 1
.PHONY: clean build unpack binary-indep binary-arch binary patch unpatch source tree