From: Jaroslav Kysela Date: Mon, 31 Aug 1998 14:41:33 +0000 (+0000) Subject: Updated for release (added mrproper). X-Git-Tag: v1.0.3~558 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0b560331b941c9d420636df9e1c8d4289f21295f;p=alsa-utils.git Updated for release (added mrproper). --- 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 + +cvsclean: clean + rm -f configure -pack: cvsclean +pack: mrproper chown -R root.root ../alsa-utils tar cvz -C .. -f ../alsa-utils-$(SND_UTIL_VERSION).tar.gz alsa-utils