X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=ba5a861d8f4f50e8f30f6f43e23cd20992f4cd99;hp=eddefd443360b94ceebb3ab2e9db7c49a39bb329;hb=1a448682f9a56b3e33e24fc07767a07e40feaec7;hpb=8835688863d1b083cdb5313b35d47492503f0479 diff --git a/Makefile.in b/Makefile.in index eddefd4..ba5a861 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \ -Wpointer-arith -Wformat=2 -Winit-self \ - -Wswitch-enum -Wunused-variable -Wbad-function-cast \ + -Wswitch-enum -Wunused-variable -Wunused-function -Wbad-function-cast \ -Wno-strict-aliasing -fno-strict-aliasing ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) $(EXTRA_CFLAGS) CPPFLAGS:=@CPPFLAGS@ $(EXTRA_CPPFLAGS) @@ -177,7 +177,7 @@ dist: # # 4. git-tag -m "secnet $VERSION" -s v$VERSION # -# 5. git-push origin +# 5. git-push origin v$VERSION v${VERSION}~0:master # # 6. Run, again, # make dist