Skip to content

Commit

Permalink
changed toplevel definition in order to work from a tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltonleemark committed Apr 7, 2017
1 parent bf52843 commit 604c72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defs.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDEFS:=$(wildcard */defs.mk)
SUBMODULES:=$(foreach module,$(SUBDEFS),$(dir $(module)))
ROOT=$(shell git rev-parse --show-toplevel)
ROOT=$(shell pwd)
PYTHONPATH:=$(ROOT)

.PHONY: help
Expand Down
3 changes: 1 addition & 2 deletions testpool/db/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ROOT=$(shell git rev-parse --show-toplevel)
include defs.mk
include $(ROOT)/defs.mk
include ../../defs.mk
test::
./manage.py test -v 2

Expand Down

0 comments on commit 604c72f

Please sign in to comment.