mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Updated for release (added mrproper).
This commit is contained in:
parent
82fc81e31e
commit
17eee230c2
1 changed files with 7 additions and 4 deletions
11
Makefile
11
Makefile
|
|
@ -44,10 +44,13 @@ clean:
|
|||
rm -f core .depend *.o *.orig *~
|
||||
rm -f `find . -name "out.txt"`
|
||||
|
||||
cvsclean: clean
|
||||
rm -f configure config.cache config.log config.status Makefile.conf \
|
||||
utils/alsa-lib.spec include/config.h include/asoundlib.h include/version.h
|
||||
mrproper: clean
|
||||
rm -f config.cache config.log config.status Makefile.conf \
|
||||
utils/alsa-lib.spec include/config.h include/version.h
|
||||
|
||||
pack: cvsclean
|
||||
cvsclean: mrproper
|
||||
rm -f configure include/asoundlib.h
|
||||
|
||||
pack: mrproper
|
||||
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