[bug #25662] PATH (sometimes) not set when set from target-variable

2009-03-14 Thread Eli Zaretskii

Follow-up Comment #1, bug #25662 (project make):

Fixed with the attached patch (which also fixes bug #17277).


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?25662

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


[bug #25662] PATH (sometimes) not set when set from target-variable

2009-03-14 Thread Eli Zaretskii

Update of bug #25662 (project make):

  Status:None = Fixed  
 Open/Closed:Open = Closed 
   Fixed Release:None = CVS


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?25662

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


[bug #25662] PATH (sometimes) not set when set from target-variable

2009-03-14 Thread Eli Zaretskii

Update of bug #25662 (project make):

 Open/Closed:  Closed = Open   


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?25662

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


[bug #25662] PATH (sometimes) not set when set from target-variable

2009-03-14 Thread Eli Zaretskii

Additional Item Attachment, bug #25662 (project make):

File name: w32searchpath.dif  Size:5 KB


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?25662

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


[bug #25662] PATH (sometimes) not set when set from target-variable

2009-02-21 Thread anonymous

URL:
  http://savannah.gnu.org/bugs/?25662

 Summary: PATH (sometimes) not set when set from
target-variable
 Project: make
Submitted by: None
Submitted on: Sat 21 Feb 2009 10:55:27 PM UTC
Severity: 3 - Normal
  Item Group: Bug
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: 3.81
Operating System: MS Windows
   Fixed Release: None

___

Details:

makefile:
--
all : dir dir/run.exe run_1 run_2
clean : ; -rmdir /s/q dir
dir : ; mkdir $@
run_1 : ; run $@
run_2 : ; run $@
run_% : PATH += ;$(subst /,\,$(CURDIR))\dir
dir/run.exe : dir/run.c ; gcc $ -o $@
dir/run.c : ; @echo $@ int main(int argc, char**argv)
{puts(*hello*);return 0;}
--
output:
mkdir dir
gcc dir/run.c -o dir/run.exe
run run_1
*hello*
run run_2
process_begin: CreateProcess(NULL, run run_2, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
make: *** [run_2] Error 2





___

Reply to this item at:

  http://savannah.gnu.org/bugs/?25662

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make