summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Heidelberg <david@ixit.cz>2017-08-04 21:27:13 +0200
committerDavid Heidelberg <david@ixit.cz>2017-08-05 10:55:39 +0200
commitef1c71104f9eb7bbcc5f7977779b9f75359074e4 (patch)
treed2e0c30f8c4c58cea4b1a757b39b6f96082565f7
parent8a6b6fee64b070fba82aa9530198d2581431eb23 (diff)
downloadiputils-ef1c71104f9eb7bbcc5f7977779b9f75359074e4.tar.gz
RELNOTES: deprecated in favor of git history & github
Recently RELNOTES contained only git commits, which is not very informative. Please, use "$ git shortlog" instead. Also get rid of UNAME_N, not used in Makefile. Fixes: https://bugs.gentoo.org/626994 Signed-off-by: David Heidelberg <david@ixit.cz>
-rw-r--r--Makefile8
-rw-r--r--RELNOTES.old (renamed from RELNOTES)6
2 files changed, 6 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index b334ce5..e27b9eb 100644
--- a/Makefile
+++ b/Makefile
@@ -120,8 +120,6 @@ TARGETS=ping tracepath traceroute6 clockdiff rdisc arping tftpd rarpd
LDLIBS=$(LDLIB) $(ADDLIB)
-UNAME_N:=$(shell uname -n)
-LASTTAG:=$(shell git describe HEAD | sed -e 's/-.*//')
TODAY=$(shell date +%Y-%m-%d)
DATE=$(shell date -d $(TODAY) +%Y%m%d)
TAG:=$(shell date -d $(TODAY) +s%Y%m%d)
@@ -238,12 +236,6 @@ distclean: clean
RPMBUILD=rpmbuild
RPMTMP=.rpmtmp
snapshot:
- @echo "[$(TAG)]" > RELNOTES.NEW
- @echo >>RELNOTES.NEW
- @git log --no-merges $(LASTTAG).. | git shortlog >> RELNOTES.NEW
- @echo >> RELNOTES.NEW
- @cat RELNOTES >> RELNOTES.NEW
- @mv RELNOTES.NEW RELNOTES
@echo "#define SNAPSHOT \"$(TAG)\"" > SNAPSHOT.h
@$(MAKE) -C doc snapshot
@$(MAKE) man
diff --git a/RELNOTES b/RELNOTES.old
index b81d59b..b2dabda 100644
--- a/RELNOTES
+++ b/RELNOTES.old
@@ -1,3 +1,9 @@
+NO LONGER USED!
+
+Please consult with https://github.com/iputils/iputils or git history.
+
+Kept for historical purposes.
+
[s20161105]
David Heidelberg (1):