Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 15:18:09 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420979 - head/devel/llvm39
Message-ID:  <201608271518.u7RFI9nE003126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Sat Aug 27 15:18:09 2016
New Revision: 420979
URL: https://svnweb.freebsd.org/changeset/ports/420979

Log:
  Style fix: use ${MV} rather than mv.

Modified:
  head/devel/llvm39/Makefile

Modified: head/devel/llvm39/Makefile
==============================================================================
--- head/devel/llvm39/Makefile	Sat Aug 27 13:40:52 2016	(r420978)
+++ head/devel/llvm39/Makefile	Sat Aug 27 15:18:09 2016	(r420979)
@@ -344,7 +344,7 @@ post-install-COMPILER_RT-on:
 	${RM} ${STAGEDIR}${LLVM_PREFIX}/lib/freebsd/libclang_rt*i386*
 .endif
 	${MKDIR} ${STAGEDIR}${PREFIX}/${_CRTLIBDIR}
-	mv ${STAGEDIR}${LLVM_PREFIX}/lib/freebsd/* \
+	${MV} ${STAGEDIR}${LLVM_PREFIX}/lib/freebsd/* \
 	    ${STAGEDIR}${PREFIX}/${_CRTLIBDIR}
 	${RMDIR} ${STAGEDIR}${LLVM_PREFIX}/lib/freebsd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608271518.u7RFI9nE003126>