leepro / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Support traditional make? #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
While attempting to test out U-S on a sparc solaris 10 box I discovered that 
the Makefile has 
become GNU make specific.  Python originally is not picky about the version of 
make so this is a 
minor regression.

Upon examination it would appear the use of conditionals (ifeq, ifneq) are the 
problem.  Getting 
rid of those seems like it would add more complexity to the configure script 
instead.  But it might 
be worth considering.

Original issue reported on code.google.com by floris.bruynooghe on 27 Jan 2010 at 4:56

GoogleCodeExporter commented 8 years ago
I've done this for the py3k-jit branch in svn.python.org (see 
http://svn.python.org/view?
view=rev&revision=81093). I'm not going to backport the changes to the Unladen 
Swallow repository, but this 
should be all resolved upstream (I tested with pmake on Linux).

Original comment by collinw on 21 May 2010 at 11:39

GoogleCodeExporter commented 8 years ago
Not completely fixed yet, I currently get "make: Fatal error in reader: 
Makefile, line 749: Unexpected end 
of line seen" building the py3k-jit branch on Solaris 10, while the py3k branch 
builds.  So far I can't figure 
out at all why this would be, I'll keep trying out things (make isn't very 
helpful in giving pointers to the 
problem)

Original comment by floris.bruynooghe on 25 May 2010 at 11:09

GoogleCodeExporter commented 8 years ago
Can you attach the generated makefile for your system?

Original comment by collinw on 25 May 2010 at 11:12

GoogleCodeExporter commented 8 years ago

Original comment by floris.bruynooghe on 26 May 2010 at 8:09

Attachments: