diff options
author | Bill Nottingham <notting@redhat.com> | 2006-11-28 23:58:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-11-28 23:58:26 +0000 |
commit | 41e217c22dd6556e0a103e9d5f733f227196333d (patch) | |
tree | a320afeb025020634f2e54ac01b55ce6b1763bdf /Makefile | |
parent | a689472cdb8e19b948d79de53033f505095771b0 (diff) | |
download | initscripts-41e217c22dd6556e0a103e9d5f733f227196333d.tar initscripts-41e217c22dd6556e0a103e9d5f733f227196333d.tar.gz initscripts-41e217c22dd6556e0a103e9d5f733f227196333d.tar.bz2 initscripts-41e217c22dd6556e0a103e9d5f733f227196333d.tar.xz initscripts-41e217c22dd6556e0a103e9d5f733f227196333d.zip |
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ VERSION=$(shell awk '/Version:/ { print $$2 }' initscripts.spec) CVSTAG = r$(subst .,-,$(VERSION)) CVSROOT = $(shell cat CVS/Root) + mandir=/usr/share/man all: @@ -119,7 +120,7 @@ check: done changelog: - @rcs2log -h redhat.com -r -b -r "-d>$(head -1 ChangeLog | awk '{ print $1 }')" > changenew + rcs2log -h redhat.com -r -b -r "-d>`awk '{ print $$1 ; exit }' ChangeLog `" > changenew mv ChangeLog ChangeLog.old cat changenew ChangeLog.old > ChangeLog rm -f changenew |