diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 11:32:58 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 11:32:58 +0000 |
commit | 72f69fb5b30e3a0ba22cabb563971155da5e6f34 (patch) | |
tree | 3f5f241ba65541c7a04058217ec2706b6f82454b /Makefile | |
parent | bf147826cb3f22ba8a46e56a714896de16bc61f6 (diff) | |
download | numlock-72f69fb5b30e3a0ba22cabb563971155da5e6f34.tar numlock-72f69fb5b30e3a0ba22cabb563971155da5e6f34.tar.gz numlock-72f69fb5b30e3a0ba22cabb563971155da5e6f34.tar.bz2 numlock-72f69fb5b30e3a0ba22cabb563971155da5e6f34.tar.xz numlock-72f69fb5b30e3a0ba22cabb563971155da5e6f34.zip |
- 6mdk
- don't automatically do "cvs commit" when "make rpm"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ install: all dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* - cvs commit +# cvs commit mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/ find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused |xargs rm -rf |