> I would use cp -R in the makefile instead of the tar / untar. > > I am not a makefile expert, so I am wondering why using tar in this particular stage. Probably to keep permissions? - use cp -pR then.