mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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:
parent
75024b8109
commit
86c6b34bd3
4 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -101,6 +101,7 @@ TAGS
|
|||
/test/ffmpegtest
|
||||
/test/x264test
|
||||
/travis.mk
|
||||
/travis.mak
|
||||
/version.h
|
||||
/version.mac
|
||||
/version.mak
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue