Home
last modified time | relevance | path

Searched refs:ldir (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/share/mk/
H A Dmeta2deps.sh259 ,C) CWD=$path cwd=$path ldir=$path
281 *) eval ldir_$lpid=$ldir;;
283 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
303 eval cwd_$path=$cwd ldir_$path=$ldir
322 *) for path in $ldir/$path $cwd/$path
369 */..) ldir=${dir%/*};;
370 *) ldir=$path;;
/freebsd-14.2/contrib/bmake/mk/
H A Dmeta2deps.sh257 ,C) CWD=$path cwd=$path ldir=$path
279 *) eval ldir_$lpid=$ldir;;
281 eval ldir=\${ldir_$pid:-$CWD} cwd=\${cwd_$pid:-$CWD}
301 eval cwd_$path=$cwd ldir_$path=$ldir
320 *) for path in $ldir/$path $cwd/$path
367 */..) ldir=${dir%/*};;
368 *) ldir=$path;;
/freebsd-14.2/tools/tools/sysbuild/
H A Dsysbuild.sh312 ldir=$1
313 true > /${ldir}/_.prefetch
314 echo "Building /tmp/_.plist" >> /${ldir}/_.prefetch
318 echo "Completed /tmp/_.plist" >> /${ldir}/_.prefetch
326 rm -f /${ldir}/_.prefetch.$b
327 echo "OK $p" >> /${ldir}/_.prefetch
334 rm -f /${ldir}/_.prefetch.$b
335 echo "OK $p" >> /${ldir}/_.prefetch
337 echo "BAD $p" >> /${ldir}/_.prefetch
339 ) > /${ldir}/_.prefetch.$b 2>&1
[all …]
/freebsd-14.2/contrib/bmake/
H A Dmeta.c1218 FStr ldir; in meta_oodate() local
1228 ldir = Var_Value(SCOPE_GLOBAL, ldir_vname); in meta_oodate()
1229 if (ldir.str != NULL) { in meta_oodate()
1230 strlcpy(latestdir, ldir.str, sizeof latestdir); in meta_oodate()
1231 FStr_Done(&ldir); in meta_oodate()
1233 ldir = Var_Value(SCOPE_GLOBAL, lcwd_vname); in meta_oodate()
1234 if (ldir.str != NULL) { in meta_oodate()
1235 strlcpy(lcwd, ldir.str, sizeof lcwd); in meta_oodate()
1236 FStr_Done(&ldir); in meta_oodate()
/freebsd-14.2/contrib/tcsh/
H A DPorted305 LIBES : -ltermcap -ldir -lx