Home
last modified time | relevance | path

Searched refs:CURDIR (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dabspath7 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)")
Drealpath7 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/
DCURDIR3 $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/
Dndk-gdb.py559 CURDIR = os.getcwd()
561 while CURDIR != os.path.dirname(CURDIR):
562 if os.path.isfile(CURDIR+os.sep+MANIFEST):
563 PROJECT=CURDIR
565 CURDIR = os.path.dirname(CURDIR)
Dndk-gdb470 while [ "$CURDIR" != "/" ] ; do
471 if [ -f "$CURDIR/$MANIFEST" ] ; then
472 PROJECT="$CURDIR"
475 CURDIR=`dirname $CURDIR`
/ndk/sources/host-tools/make-3.81/
DChangeLog466 * 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.
DNEWS349 * Make defines a new variable, "CURDIR", to contain the current working
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-22434 `CURDIR'
4287 * CURDIR: Recursion. (line 28)
Dmake.texi4190 @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
Dmake.info-13497 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