aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-16 11:32:58 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-16 11:32:58 +0000
commit72f69fb5b30e3a0ba22cabb563971155da5e6f34 (patch)
tree3f5f241ba65541c7a04058217ec2706b6f82454b /Makefile
parentbf147826cb3f22ba8a46e56a714896de16bc61f6 (diff)
downloadnumlock-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb74ac1..1953384 100644
--- a/Makefile
+++ b/Makefile
@@ -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