diff options
author | Bill Nottingham <notting@redhat.com> | 2008-07-23 16:31:44 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-07-23 16:31:44 -0400 |
commit | 70d710b9208d31a860c3a9be2938f8b64b3caf7a (patch) | |
tree | 3bf8a9a4db2bf30f9018202d1cdea5ad092a6189 /Makefile | |
parent | 51f5d4923f3ab0025708df3d20efd45fe5437e92 (diff) | |
download | initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.gz initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.bz2 initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.xz initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.zip |
Don't force tag.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ clean: @rm -fv *~ changenew ChangeLog.old *gz tag: - @git tag -a -m "Tag as $(TAG)" -f $(TAG) + @git tag -a -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" archive: clean check tag changelog |