On Sonntag, 20. Juli 2008, Johannes Sixt wrote:
-git-shell$X: compat/strlcpy.o abspath.o ctype.o exec_cmd.o quote.o
strbuf.o usage.o wrapper.o shell.o
+git-shell$X: abspath.o ctype.o
exec_cmd.o quote.o strbuf.o usage.o wrapper.o shell.o $(COMPAT_OBJS)
Unfortunately, that's only half the deal. If we compile with NO_PREAD=1, this
needs read_in_full(), which is in write_or_die.o. I don't know how to fix
this without insulting your good taste except for reverting the recent
commits that touch this line...
-- Hannes