[MERGED] docker-playground[master]: fix 'make -C subdir': use $(CURDIR) instead of $PWD

2018-04-05 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix 'make -C subdir': use $(CURDIR) instead of $PWD .. fix 'make -C subdir': use $(CURDIR) instead of $PWD $(PWD) reflects the dir of 'make' invocation,

docker-playground[master]: fix 'make -C subdir': use $(CURDIR) instead of $PWD

2018-04-05 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7633 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1dd0fd1ad89fdee18fdbea851ccc831ad60aeccf Gerrit-PatchSet: 2 Gerrit-Project: docker-playground Gerrit-Branch: mast

docker-playground[master]: fix 'make -C subdir': use $(CURDIR) instead of $PWD

2018-04-04 Thread Neels Hofmeyr
Patch Set 2: Verified+1 -- To view, visit https://gerrit.osmocom.org/7633 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1dd0fd1ad89fdee18fdbea851ccc831ad60aeccf Gerrit-PatchSet: 2 Gerrit-Project: docker-playground Gerrit-Branch: master

docker-playground[master]: fix 'make -C subdir': use $(CURDIR) instead of $PWD

2018-04-04 Thread Neels Hofmeyr
Patch Set 2: thanks, CURDIR is even better -- To view, visit https://gerrit.osmocom.org/7633 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1dd0fd1ad89fdee18fdbea851ccc831ad60aeccf Gerrit-PatchSet: 2 Gerrit-Project: docker-playground Ge

[PATCH] docker-playground[master]: fix 'make -C subdir': use $(CURDIR) instead of $PWD

2018-04-04 Thread Neels Hofmeyr
fix 'make -C subdir': use $(CURDIR) instead of $PWD $(PWD) reflects the dir of 'make' invocation, $(CURDIR) the dir stepped into. So obtain the current dir from $(CURDIR) instead of $(PWD). So far, when doing 'make -C osmo-foo-maser', the image's name would be derived from the root dir's basenam