Rename travis.mk[.in] -> travis.mak[.in]

Rename travis.mk to .mak to match the convention for all other
Makefiles in the tree (that aren't simply named "Makefile".)

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2026-07-06 14:09:02 -07:00
parent 75024b8109
commit 86c6b34bd3
4 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -101,6 +101,7 @@ TAGS
/test/ffmpegtest
/test/x264test
/travis.mk
/travis.mak
/version.h
/version.mac
/version.mak

View file

@ -566,13 +566,13 @@ splint:
# Travis tests
#
travis test: $(PROGS)
$(MAKE) -f travis.mk all
$(MAKE) -f travis.mak all
clean-travis travis-clean:
$(MAKE) -f travis.mk clean
$(MAKE) -f travis.mak clean
update-travis travis-update golden:
$(MAKE) -f travis.mk update
$(MAKE) -f travis.mak update
#
# Rules to run autogen if necessary

View file

@ -371,5 +371,5 @@ dnl
PA_CHECK_BAD_STDC_INLINE
PA_C_TYPEOF
AC_CONFIG_FILES([Makefile doc/Makefile misc/Makefile test/Makefile travis.mk])
AC_CONFIG_FILES([Makefile doc/Makefile misc/Makefile test/Makefile travis.mak])
AC_OUTPUT