Misc fixes:

- add confdefs.h to .cvsignore.
- use tar options instead of actually changing owner when packing.
This commit is contained in:
Takashi Iwai 2000-05-26 14:34:44 +00:00
parent 14b1742ff2
commit 0df4996fcd

View file

@ -13,7 +13,6 @@ dist-hook:
pack: clean-recursive
rm -f config.log config.cache config.status
rm -rf `find . -name ".deps"`
chown -R root.root ../alsa-lib
mv ../alsa-lib ../alsa-lib-$(SND_LIB_VERSION)
tar --exclude=CVS -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION)
tar --exclude=CVS --owner=root --group=root -cvI -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.bz2 alsa-lib-$(SND_LIB_VERSION)
mv ../alsa-lib-$(SND_LIB_VERSION) ../alsa-lib