qemu: Use oops=panic panic=-1
[qemu-sanity-check.git] / Makefile.am
index b3b5f3a..5f22f79 100644 (file)
@@ -11,9 +11,9 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 EXTRA_DIST = \
        .gitignore \
@@ -21,11 +21,12 @@ EXTRA_DIST = \
        qemu-sanity-check.in \
        qemu-sanity-check.pod \
        qemu-sanity-check.pod.in \
-       qemu-sanity-check.spec \
        sleeper \
        $(TESTS)
 
-CLEANFILES = qemu-sanity-check
+CLEANFILES = \
+       *~ \
+       qemu-sanity-check
 
 bin_SCRIPTS = qemu-sanity-check
 initrddir = $(libdir)/qemu-sanity-check
@@ -68,3 +69,8 @@ TESTS = \
        test-bad-kernel \
        test-bad-qemu \
        test-bad-userspace
+
+# Tag HEAD with current version (maintainer only).
+
+maintainer-tag:
+       git tag -a v$(VERSION) -m "Version $(VERSION)" -f