idkwim / ouspg

Automatically exported from code.google.com/p/ouspg
3 stars 0 forks source link

Changes to Makefile for packaging radamsa in Fedora #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which tool (radamsa, blab, ...)?
radamsa

I am trying to package owl-lisp on Fedora: You could find the below review 
request:
https://bugzilla.redhat.com/show_bug.cgi?id=1174288

Since owl-lisp will be packaged separately and not embedded in radamsa. We 
would like to propose following changes to Makefile of radamsa.

Makefile.diff is attached to this Issue. 

Could you please review the diff and incorporate it in the Makefile. 

We have added another variable "USR_BIN_OL=/usr/bin/ol" and another target 
called "build_radamsa:" which will check if USR_BIN_OL is available if so build 
radamsa.c from /usr/bin/ol .

If you have any better ideas or concerns, regarding this change please let me 
know.

Version of radamsa:radamsa-0.4

Original issue reported on code.google.com by niranjan...@gmail.com on 18 Dec 2014 at 6:50

Attachments:

GoogleCodeExporter commented 9 years ago
Looks good to me. Default build now also checks if possibly given OL is 
executable before trying to fetch it.

Original comment by aohelin on 18 Dec 2014 at 5:59