> If you are on master, then you really should edit local.mk to remove the > line with "oldorg:" so you can just say "make" for doing that. It's > that simple. If you want the update from git rolled into it as well, > maybe "make up2" (let "make helpall" give you more ideas). Lastly, if > that is what you almost always want to do, just put that "up2:" into > local.mk (where "oldorg:" was) and say just "make" anyway.
One should add "up2::" in local.mk (with a double-colon). I've just done it, because I really like "make up2", and it's easier than ever: "make" and that's it. Great ! Thanks, François.