diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-07-01 04:25:36 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-07-01 04:25:36 +0000 |
commit | ff77c2e7b3efb7bdddf255fef149135c9dcf09c2 (patch) | |
tree | c0ec73036ceeb0a3e732c04766c273acab04d2b8 /Makefile | |
parent | fa1726a3b5c70d6f3afed770da5e57d2c0088adc (diff) | |
download | bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.gz bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.bz2 bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.xz bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.zip |
use --accum for cvs2cl (thanks Thierry)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ clean: rm -f *~ \#*\# changelog: ../common/username - ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ ; \ + ( cvs2cl --accum -U ../common/username -I ChangeLog -I tmp/ ; \ rm -f ChangeLog.bak ; \ cvs commit -m "Generated by cvs2cl the `date '+%c'`" ChangeLog ; \ ) |