bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch #321] Patch so that Hurd can build in its source tree


From: nobody
Subject: [Patch #321] Patch so that Hurd can build in its source tree
Date: Thu, 23 May 2002 09:19:16 -0400

Patch #321 has been updated. 

Project: 
Category: None
Status: Closed
Summary: Patch so that Hurd can build in its source tree

Follow-Ups:

Date: 2002-May-22 03: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 14: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.
-------------------------------------------------------

Date: 2002-May-23 15:19
By: marcus

Comment:
Ah, I see now.  The VPATH directive is too greedy.

I applied everything but the change to utils and the vpath for exec.c.

Thanks a lot for your patch,
Marcus
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=321&group_id=30



reply via email to

[Prev in Thread] Current Thread [Next in Thread]