mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Bug 6581 - Move definition of PWD higher than where it is initially used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -33,6 +33,8 @@ else
|
|||||||
OSREV=$(CROSS_REV)
|
OSREV=$(CROSS_REV)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
PWD=$(shell pwd)
|
||||||
|
|
||||||
# Remember the MAKELEVEL at the top
|
# Remember the MAKELEVEL at the top
|
||||||
MAKETOPLEVEL?=$(MAKELEVEL)
|
MAKETOPLEVEL?=$(MAKELEVEL)
|
||||||
|
|
||||||
@@ -222,7 +224,6 @@ ifeq ($(OSARCH),Linux)
|
|||||||
MPG123TARG=linux
|
MPG123TARG=linux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PWD=$(shell pwd)
|
|
||||||
GREP=grep
|
GREP=grep
|
||||||
|
|
||||||
ifeq ($(OSARCH),SunOS)
|
ifeq ($(OSARCH),SunOS)
|
||||||
|
Reference in New Issue
Block a user