Add force to gzip commands
Without force make shows errors when .gz files already exist. Signed-off-by: Daniel Madej <daniel.madej@huawei.com>
This commit is contained in:
parent
2cc49a1cd0
commit
d562602556
@ -158,7 +158,7 @@ endif
|
||||
-include $(addprefix $(OBJDIR),$(OBJS:.o=.d))
|
||||
|
||||
manpage:
|
||||
gzip -k $(TARGET).8
|
||||
gzip -k -f $(TARGET).8
|
||||
|
||||
clean:
|
||||
@echo " CLEAN "
|
||||
|
@ -24,8 +24,8 @@ endif
|
||||
all: manpage
|
||||
|
||||
manpage:
|
||||
gzip -k opencas.conf.5
|
||||
gzip -k casctl.8
|
||||
gzip -k -f opencas.conf.5
|
||||
gzip -k -f casctl.8
|
||||
|
||||
install: install_files
|
||||
ifeq (, $(PYTHON3))
|
||||
|
Loading…
Reference in New Issue
Block a user