]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added cvsclean.
authorJaroslav Kysela <perex@perex.cz>
Mon, 24 Aug 1998 16:22:41 +0000 (16:22 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Aug 1998 16:22:41 +0000 (16:22 +0000)
Makefile

index 4038f925ff8cfaf0f88c0a795338708b35a3620f..36f46d3194e2d7bf365e9a156eab8758b34a2c79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,10 @@ clean:
        rm -f core .depend *.o *.orig *~
        rm -f `find . -name "out.txt"`
 
-pack: clean
-       rm -f config.cache config.log config.status Makefile.conf
+cvsclean: clean
+       rm -f configure config.cache config.log config.status Makefile.conf \
+              utils/alsa-lib.spec
+
+pack: cvsclean
        chown -R root.root ../alsa-lib
        tar cvz -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.gz alsa-lib