From 0b560331b941c9d420636df9e1c8d4289f21295f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 31 Aug 1998 14:41:33 +0000 Subject: [PATCH] Updated for release (added mrproper). --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 69ce77e..2cec8fd 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,13 @@ clean: rm -f core .depend *.o *.orig *~ rm -f `find . -name "out.txt"` -cvsclean: clean +mrproper: clean rm -f config.cache config.log config.status Makefile.conf \ - include/aconfig.h utils/alsa-utils.spec configure + include/aconfig.h utils/alsa-utils.spec -pack: cvsclean +cvsclean: clean + rm -f configure + +pack: mrproper chown -R root.root ../alsa-utils tar cvz -C .. -f ../alsa-utils-$(SND_UTIL_VERSION).tar.gz alsa-utils