Searched refs:makefile_path (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/make/
H A DMakefile28 makefile_path := $(CURDIR)/$(lastword $(MAKEFILE_LIST)) macro
30 makefile_path := $(lastword $(MAKEFILE_LIST)) macro
32 repo_dir := $(patsubst %/make/Makefile, %, $(makefile_path))
/openjdk10/
H A DMakefile57 makefile_path := $(CURDIR)/$(strip $(lastword $(MAKEFILE_LIST))) macro
59 makefile_path := $(lastword $(MAKEFILE_LIST)) macro
61 topdir := $(strip $(patsubst %/, %, $(dir $(makefile_path))))

Completed in 51 milliseconds