]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Updated for release (added mrproper).
authorJaroslav Kysela <perex@perex.cz>
Mon, 31 Aug 1998 14:41:33 +0000 (14:41 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 31 Aug 1998 14:41:33 +0000 (14:41 +0000)
Makefile

index 69ce77e9fd0c269a445b489a7f33ebe6a0415ff3..2cec8fd186c10574b128e65a908bb6af96d6cd1d 100644 (file)
--- 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