Searched refs:vpath (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-vpath.mk | 12 rm -rf varname-vpath.dir 13 mkdir varname-vpath.dir 14 touch varname-vpath.dir/file-in-subdirectory 15 rm -rf varname-vpath.dir2 16 mkdir varname-vpath.dir2 17 touch varname-vpath.dir2/file2-in-subdirectory 19 TEST_MAIN=yes VPATH=varname-vpath.dir:varname-vpath.dir2 \ 22 rm -r varname-vpath.dir 23 rm -r varname-vpath.dir2
|
H A D | Makefile | 464 TESTS+= varname-vpath 567 ENV.varname-vpath+= VPATH=varname-vpath.dir:varname-vpath.dir2
|
/freebsd/contrib/bmake/ |
H A D | mkdeps.sh | 224 vpath= 250 [ "$VPATH" ] && vpath=`IFS=:; set -- $VPATH; echo $*` 261 if [ ! -f $file -a "$vpath" ]; then 262 for d in . $vpath
|
H A D | main.c | 1263 char *vpath, savec, *path; 1267 vpath = Var_Subst("${VPATH}", SCOPE_CMDLINE, VARE_EVAL); in InitVpath() 1269 path = vpath; in InitVpath() 1283 free(vpath); in InitVpath() 1266 char *vpath, savec, *path; InitVpath() local
|
H A D | FILES | 862 unit-tests/varname-vpath.exp 863 unit-tests/varname-vpath.mk
|
/freebsd/bin/sh/ |
H A D | var.h | 76 extern struct var vpath; 100 #define pathval() (vpath.text + 5)
|
H A D | var.c | 86 struct var vpath; variable 107 { &vpath, 0, "PATH=" _PATH_DEFPATH,
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | libzstd.mk | 202 vpath %.c $(ZSTD_SUBDIR) 203 vpath %.S $(ZSTD_SUBDIR)
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | Makefile | 21 vpath %.c $(PROGRAMS_PATH) $(EXAMPLE_PATH) $(ZLIBWRAPPER_PATH)
|
/freebsd/usr.bin/bmake/unit-tests/ |
H A D | Makefile | 467 TESTS+= varname-vpath 570 ENV.varname-vpath+= VPATH=varname-vpath.dir:varname-vpath.dir2
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | ChangeLog | 136 * Makefile.in: make it solaris make vpath-safe
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 37 # busted vpath?
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 145 c/-/"(f W vspec v vpath ansi traditional traditional-cpp trigraphs pedantic \
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 4052 DB_SHOW_COMMAND(vpath, db_show_vpath) in DB_SHOW_COMMAND() argument
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 270 …* src/Makefile.am: build: more BSD make and vpath build fixes. BSD make doesn't like $< with more… 272 files since vpath builds depend on this. 2381 the rule will work with vpath builds.
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 7529 considerably through the use of the vpath variable to specify search
|