summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-10-01 22:18:51 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2019-10-01 22:18:51 +0200
commit1e48182e831f5ca25e9aab327dd5168b05a1e274 (patch)
tree856f6595939658681d442fc3f213d53bddd79ba8
parentce64fc505ae872dd3e58f8d1ed84cb1e935a5668 (diff)
downloadlibpcap-1e48182e831f5ca25e9aab327dd5168b05a1e274.tar.gz
Makefile.in: Add release candidates build
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3ef97156..9502955e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -769,6 +769,12 @@ releasetar:
tar -c -z -f $$name.tar.gz $$name; \
rm -rf $$name
+rc1 rc2 rc3 rc4 rc5:
+ @VER=`cat $(srcdir)/VERSION`; \
+ sed -i "s/$$VER/$${VER}$@/" VERSION ; \
+ make releasetar; \
+ git checkout VERSION
+
depend: $(GENSRC) $(GENHDR)
$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" $(CFLAGS) $(DEFS) $(INCLS) $(SRC)
cd rpcapd; $(MAKE) depend