5 Jul 2008 08:04
[bug #23770] including GNUmakefile.preamble not done?
Friedrich <INVALID.NOREPLY <at> gnu.org>
2008-07-05 06:04:44 GMT
2008-07-05 06:04:44 GMT
URL: <http://savannah.gnu.org/bugs/?23770> Summary: including GNUmakefile.preamble not done? Project: GNUstep Submitted by: fridom Submitted on: Samstag 05.07.2008 um 06:04 Category: Makefiles Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: I have the following GNUmakefile: # # GNUmakefile - Generated by ProjectCenter # include $(GNUSTEP_MAKEFILES)/common.make # # Tool(Continue reading)
... but instead
of checking each path separately (eg, checking that
/home/fwang/GNUstep/Tools is already in the PATH, checking that
/usr/bin is already in the PATH etc) it checks them all as
a block (ie, it checks that /home/fwang/GNUstep/Tools:/usr/bin:...
as a single, big string, is not already in the PATH).
I think that might have worked in v1 when all the paths where
stuff like /usr/GNUstep/System/Tools etc. but with v2 some
paths could be (as in your case) /usr/bin or such that are
already in the PATH while other paths aren't.
We'll rewrite the code and improve it so that it does the
right thing for 2.0.7
Thanks
Thanks
_______________________________________________________
Reply to this item at:
<
RSS Feed