On Thu, Aug 21, 2014 at 07:48:18AM -0700, Jonathan Nieder wrote: > Subject: i18n: treat "make pot" as an explicitly-invoked target > > po/git.pot is normally used as-is and not regenerated by people > building git, so it is okay if an explicit "make po/git.pot" always > automatically regenerates it. Depend on the magic FORCE target > instead of explicitly keeping track of dependencies. > > This simplifies the makefile, in particular preparing for a moment > when $(LIB_H), which is part of $(LOCALIZED_C), can be computed on the > fly. > > We still need a dependency on GENERATED_H, to force those files to be > built when regenerating git.pot. > > Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Yeah, this is way less gross than what I proposed, and I do not think it hurts anything. We do still need to drop the use of ":=" in assigning LOCALIZED_C, but I do not think there is any need for it in the first place. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html