Added cvsclean.

This commit is contained in:
Jaroslav Kysela 1998-08-24 16:22:41 +00:00
parent 7da695626b
commit d79fc48255

View file

@ -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