Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2024 15:11:12 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d0ddcdb13e5f - stable/14 - Fix typo in previous commit
Message-ID:  <202407101511.46AFBCqI073898@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=d0ddcdb13e5fb85716e257cbe0fd870f55eaab4c

commit d0ddcdb13e5fb85716e257cbe0fd870f55eaab4c
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-07-10 15:08:20 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-07-10 15:10:58 +0000

    Fix typo in previous commit
    
    I fixed this when I tested the patch, but apparently forgot to commit
    the typo fix into my local git tree.  ".ORDER" -> ".ORDER:".
    
    MFC after:      5 minutes
    Fixes:  187d696a0aa0 "bsd.progs.mk: Create directories first"
    Sponsored by:   Amazon
    
    (cherry picked from commit 19597c02338a01bf1ab3b25409528a1765b13a74)
---
 share/mk/bsd.progs.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/bsd.progs.mk b/share/mk/bsd.progs.mk
index 5881570762bf..2c8baa02b9e6 100644
--- a/share/mk/bsd.progs.mk
+++ b/share/mk/bsd.progs.mk
@@ -154,7 +154,7 @@ $p.$t: .PHONY .MAKE ${_PROGS_COMMON_OBJS}
 	    NO_SUBDIR=1 ${MAKE} -f ${MAKEFILE} _RECURSING_PROGS=t \
 	    ${_PROG_MK.${t}} PROG=$p ${x.$p} ${@:E})
 .endfor
-.ORDER installdirs $p.install
+.ORDER: installdirs $p.install
 .endfor
 
 # Depend main pseudo targets on all PROG.pseudo targets too.



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