mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added cvsclean.
This commit is contained in:
parent
7da695626b
commit
d79fc48255
1 changed files with 5 additions and 2 deletions
7
Makefile
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue