Searched refs:CURDIR (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | abspath | 7 ifneq ($(realpath $(abspath .)),$(CURDIR)) 8 $(warning .: abs="$(abspath .)" real="$(realpath $(abspath .))" curdir="$(CURDIR)") 11 ifneq ($(realpath $(abspath ./)),$(CURDIR)) 12 $(warning ./: abs="$(abspath ./)" real="$(realpath $(abspath ./))" curdir="$(CURDIR)") 15 ifneq ($(realpath $(abspath .///)),$(CURDIR)) 16 $(warning .///: abs="$(abspath .///)" real="$(realpath $(abspath .///))" curdir="$(CURDIR)")
|
D | realpath | 7 ifneq ($(realpath .),$(CURDIR)) 11 ifneq ($(realpath ./),$(CURDIR)) 15 ifneq ($(realpath .///),$(CURDIR)) 47 ifneq ($(realpath . /..),$(CURDIR) /)
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | CURDIR | 3 $description = "This tests the CURDIR varaible."; 5 $details = "Echo CURDIR both with and without -C. Also ensure overrides work."; 8 print MAKEFILE "all: ; \@echo \$(CURDIR)\n";
|
/ndk/ |
D | ndk-gdb | 444 while [ "$CURDIR" != "/" ] ; do 445 if [ -f "$CURDIR/$MANIFEST" ] ; then 446 PROJECT="$CURDIR" 449 CURDIR=`dirname $CURDIR`
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 466 * main.c (main): Set CURDIR to be a file variable instead of a 467 default, so that values of CURDIR inherited from the environment 1808 (Recursion): Add a variable index entry for CURDIR.
|
D | NEWS | 349 * Make defines a new variable, "CURDIR", to contain the current working
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 2434 `CURDIR' 4287 * CURDIR: Recursion. (line 28)
|
D | make.texi | 4190 @vindex @code{CURDIR} 4192 processed any @code{-C} options) it sets the variable @code{CURDIR} to 4195 files from other directories the value of @code{CURDIR} does not 4197 set in the makefile (by default, an environment variable @code{CURDIR} 10640 @item CURDIR
|
D | make.info-1 | 3497 any `-C' options) it sets the variable `CURDIR' to the pathname of the 3500 directories the value of `CURDIR' does not change. The value has the 3502 default, an environment variable `CURDIR' will not override this
|