mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +00:00
Use date -I instead of date --iso-8601
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me>
This commit is contained in:
parent
c8c5ec254a
commit
84161d7c9d
2
Makefile
2
Makefile
@ -213,7 +213,7 @@ clean:
|
|||||||
$(MAKE) -C qemu_mode/libcompcov clean
|
$(MAKE) -C qemu_mode/libcompcov clean
|
||||||
|
|
||||||
%.8: %
|
%.8: %
|
||||||
@echo .TH $* 8 `date --iso-8601` "afl++" > $@
|
@echo .TH $* 8 `date -I` "afl++" > $@
|
||||||
@echo .SH NAME >> $@
|
@echo .SH NAME >> $@
|
||||||
@echo .B $* >> $@
|
@echo .B $* >> $@
|
||||||
@echo >> $@
|
@echo >> $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user