diff options
author | Mystery Man <unknown@mandriva.org> | 2004-11-08 13:44:19 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2004-11-08 13:44:19 +0000 |
commit | d0c2d0ef9b1bc8502f593ee186ccdfa02c52caf4 (patch) | |
tree | 60de87d1d0a25abdeb77f22a985810ddd2314ecd /Makefile | |
parent | 274888fec9daee868373fcb8f49455b97521ff6c (diff) | |
download | ldetect-lst-6c870d00a3bc2deee38976fcafae4c4dfcee792b.tar ldetect-lst-6c870d00a3bc2deee38976fcafae4c4dfcee792b.tar.gz ldetect-lst-6c870d00a3bc2deee38976fcafae4c4dfcee792b.tar.bz2 ldetect-lst-6c870d00a3bc2deee38976fcafae4c4dfcee792b.tar.xz ldetect-lst-6c870d00a3bc2deee38976fcafae4c4dfcee792b.zip |
This commit was manufactured by cvs2svn to create tag 'V0_1_9_22mdk'.V0_1_9_22mdk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ VERSION := $(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec | head RELEASE := $(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec | head -1) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') -FILES = AUTHORS ChangeLog Makefile Makefile.config convert err ldetect-lst.spec lst update-ldetect-lst +FILES = AUTHORS ChangeLog Makefile Makefile.config convert ldetect-lst.spec lst update-ldetect-lst build: make -C lst build @@ -65,7 +65,7 @@ cvstag: cvs tag $(CVSTAGOPT) $(TAG) changelog: ../common/username - cvs2cl -U ../common/username -I ChangeLog --accum + cvs2cl -U ../common/username -I ChangeLog --accum -F MDK10_0-branch rm -f ChangeLog.bak cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog |