diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
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 |