Noob question about compiling blender now that 2.8 is master

so i build the latest blender but the date remained unchanged so i was wondering if it has anything to do with the fact that 2.8 branch is now master. in the at the end of ‘make update’ command it says this.

Your configuration specifies to merge with the ref ‘refs/heads/blender2.8’
from the remote, but no such ref was fetched.
fatal: run_command returned non-zero status for release/scripts/addons

rather than the message that i would normally get.

so do i need to do something? or do i need to build again from scratch?

try

git checkout master
make update

YAAAY thanks it workd