Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/mk/
H A Dmeta2deps.sh256 # we track cwd and ldir (of interest) per pid
259 ,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/share/mk/
H A Dmeta2deps.sh256 # we track cwd and ldir (of interest) per pid
259 ,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/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/contrib/bmake/
H A Dmeta.c1228 FStr ldir; in meta_oodate() local
1238 ldir = Var_Value(SCOPE_GLOBAL, ldir_vname); in meta_oodate()
1239 if (ldir.str != NULL) { in meta_oodate()
1240 strlcpy(latestdir, ldir.str, sizeof latestdir); in meta_oodate()
1241 FStr_Done(&ldir); in meta_oodate()
1243 ldir = Var_Value(SCOPE_GLOBAL, lcwd_vname); in meta_oodate()
1244 if (ldir.str != NULL) { in meta_oodate()
1245 strlcpy(lcwd, ldir.str, sizeof lcwd); in meta_oodate()
1246 FStr_Done(&ldir); in meta_oodate()
/freebsd/contrib/tcsh/
H A DPorted305 LIBES : -ltermcap -ldir -lx