On Wed, Apr 18, 2012 at 4:11 PM, Tomi Ollila <tomi.ollila@iki.fi> wrote: > On Wed, Apr 18 2012, Felipe Contreras <felipe.contreras@gmail.com> wrote: > >> There should be no functional changes, except that you don't need to >> make the directories before installing. >> >> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> >> --- > > Hmm, Where is $(PWD) make variable documented; I found only $(CURDIR) > anyway, te following test makefile works OK. > > all: > echo $(PWD) > echo $(CURDIR) > > (i.e. both echo the current directory) > > If this is not an issue, then LGTM. I don't know, I have always used $(PWD), unless anybody else prefers $(CURDIR), I'll push that. -- Felipe Contreras