diff --git a/.gitignore b/.gitignore index 15d152c6..d33a3c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ !/common/font.bin /configure /configure.ac.save +/timestamps /build-aux /aclocal.m4 /*~ diff --git a/GNUmakefile.in b/GNUmakefile.in index ca336eea..976d4570 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -335,7 +335,7 @@ distclean: clean .PHONY: maintainer-clean maintainer-clean: distclean - cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/lib/stb_image.h decompressor/tinf tinf stb freestanding-headers common/cc-runtime decompressor/cc-runtime limine-efi configure build-aux *'~' autom4te.cache aclocal.m4 *.tar* + cd '$(call SHESCAPE,$(SRCDIR))' && rm -rf common/flanterm common/lib/stb_image.h decompressor/tinf tinf stb freestanding-headers common/cc-runtime decompressor/cc-runtime limine-efi configure timestamps build-aux *'~' autom4te.cache aclocal.m4 *.tar* .PHONY: common-uefi-x86-64 common-uefi-x86-64: diff --git a/bootstrap b/bootstrap index 46530f0f..c64ef705 100755 --- a/bootstrap +++ b/bootstrap @@ -66,6 +66,20 @@ if ! [ -f version ]; then rm -f common/lib/stb_image.h.orig fi +# Create timestamps file +if git log -1 >/dev/null 2>&1; then + cat >timestamps <