mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-28 08:57:30 -05: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 core .depend *.o *.orig *~
|
||||||
rm -f `find . -name "out.txt"`
|
rm -f `find . -name "out.txt"`
|
||||||
|
|
||||||
pack: clean
|
cvsclean: clean
|
||||||
rm -f config.cache config.log config.status Makefile.conf
|
rm -f configure config.cache config.log config.status Makefile.conf \
|
||||||
|
utils/alsa-lib.spec
|
||||||
|
|
||||||
|
pack: cvsclean
|
||||||
chown -R root.root ../alsa-lib
|
chown -R root.root ../alsa-lib
|
||||||
tar cvz -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.gz 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