From d79fc482555f794c4b83ca7ca2a7ea0798b6127e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 24 Aug 1998 16:22:41 +0000 Subject: [PATCH] Added cvsclean. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4038f925..36f46d31 100644 --- 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 -- 2.47.1