Patch #321 has been updated. Project: Category: None Status: Open Summary: Patch so that Hurd can build in its source tree
Follow-Ups: Date: 2002-May-22 04:32 By: marcus Comment: Thanks, I have two questions: Why does VPATH in serverboot not work? And what is the purpose of the change in utils/Makefile? The variable should be evaluated when ping is built, so I don't see why the old code shouldn't work. ------------------------------------------------------- Date: 2002-May-22 15:06 By: ogi Comment: We have VPATH += $(srcdir)/../exec. VPATH catches $(srcdir)/../exec/exec.o before trying to build ./exec.o because `exec' directory is built before `serverboot' directory. When $(srcdir) != . this doesn't arise. Read http://www.paulandlesley.org/gmake/vpath.html This is something I found after reading your question. So the line `vpath exec.c $(srcdir)' and its comment seem useless. About utils/Makefile: you are correct. When I was making the patch I did this part rather mechanically. About the rcptrace.c ChangeLog entry: Savannah trimmed my spaces. ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://savannah.gnu.org/patch/?func=detailpatch&patch_id=321&group_id=30 _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd