Skip to content

Commit 86c6b34

Browse files
author
H. Peter Anvin (Intel)
committed
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>
1 parent 75024b8 commit 86c6b34

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ TAGS
101101
/test/ffmpegtest
102102
/test/x264test
103103
/travis.mk
104+
/travis.mak
104105
/version.h
105106
/version.mac
106107
/version.mak

Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@ splint:
566566
# Travis tests
567567
#
568568
travis test: $(PROGS)
569-
$(MAKE) -f travis.mk all
569+
$(MAKE) -f travis.mak all
570570

571571
clean-travis travis-clean:
572-
$(MAKE) -f travis.mk clean
572+
$(MAKE) -f travis.mak clean
573573

574574
update-travis travis-update golden:
575-
$(MAKE) -f travis.mk update
575+
$(MAKE) -f travis.mak update
576576

577577
#
578578
# Rules to run autogen if necessary

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,5 +371,5 @@ dnl
371371
PA_CHECK_BAD_STDC_INLINE
372372
PA_C_TYPEOF
373373

374-
AC_CONFIG_FILES([Makefile doc/Makefile misc/Makefile test/Makefile travis.mk])
374+
AC_CONFIG_FILES([Makefile doc/Makefile misc/Makefile test/Makefile travis.mak])
375375
AC_OUTPUT
File renamed without changes.

0 commit comments

Comments
 (0)