Ramkumar Ramachandra wrote:
quoted hunk ↗ jump to hunk
@@ -1908,6 +1912,8 @@ $(LIB_FILE): $(LIB_OBJS)
$(XDIFF_LIB): $(XDIFF_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(XDIFF_OBJS)
+$(VCSSVN_LIB): $(VCSSVN_OBJS)
+ $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(VCSSVN_OBJS)
$ make vcs-svn/lib.a V=1
rm -f vcs-svn/lib.a && ar rcs vcs-svn/lib.a
ar: vcs-svn/lib.a: No such file or directory
make: *** [vcs-svn/lib.a] Error 1
That is because the vcs-svn directory does not exist. So
probably the LICENSE should be added with the same patch
(and git should learn to track empty directories).
Jonathan