Makefile: removed unused rules

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos 2020-11-12 16:37:25 +01:00
parent 5b9fc73fd9
commit dfadd45b9b
2 changed files with 2 additions and 10 deletions

View File

@ -288,7 +288,6 @@ Fedora:
- CFLAGS="-g -O0" ./configure --disable-maintainer-mode --enable-code-coverage --with-kerberos-tests --enable-oidc-auth
- make -j$JOBS
- make check -j$JOBS COVERAGE=1
- make files-update
- make dist
- make local-code-coverage-output
tags:

View File

@ -38,15 +38,8 @@ ChangeLog:
git log --pretty > ChangeLog
.PHONY: ChangeLog
files-update:
files-compare:
@echo "*****************************************************************"
@echo "If the following step fails, run files-update"
@echo "*****************************************************************"
dist-hook: files-compare ChangeLog
dist-hook: ChangeLog
mv ChangeLog $(distdir)
test -f doc/ocserv.8 && test -f doc/ocpasswd.8 && test -f doc/occtl.8
.PHONY: files-update files-compare AUTHORS
.PHONY: AUTHORS