DescriptionMakefile: Ultimate SDK detection patch. The following works:
# if SDK is in ../google_appengine
make serve
# if SDK is in PATH
make serve
# if SDK is ../appengine/sdk
SDK_PATH=../appengine/sdk make serve
Patch Set 1 #Patch Set 2 : Ultimate Ultimate SDK detection patch. This enables coding various Makefile logic in Python #Patch Set 3 : Fix comment #Patch Set 4 : Simplify (thanks @MadScientist @ StackOverflow) #Patch Set 5 : Comment is no more actual #Patch Set 6 : NEWLINE define is not needed #Patch Set 7 : .locally/ is meant to be inside rietveld/ checkout #MessagesTotal messages: 8
|