Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
ocaml-camomile
ocaml-camomile.bytecode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ocaml-camomile.bytecode.patch of Package ocaml-camomile
--- Makefile.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Index: camomile-0.8.5/Makefile.in =================================================================== --- camomile-0.8.5.orig/Makefile.in +++ camomile-0.8.5/Makefile.in @@ -59,7 +59,7 @@ VERSION = @VERSION@ # Build procedure ################################################################### -.PHONY : all byte opt tools toolslib test test.opt unimaps chamap_data unidata dist depend clean distclean allclean +.PHONY : do_byte do_opt all byte opt tools toolslib test test.opt unimaps chamap_data unidata dist depend clean distclean allclean SUBDIR = -I internal -I public -I toolslib -I . @@ -70,12 +70,16 @@ OFLAGS = $(OOPTIONS) $(INCLUDES) -g # Generic targets ################# -all : byte $(OCAMLBEST) opt unidata unimaps charmap_data locale_data +all : lib unidata unimaps charmap_data locale_data # Build the library ################### -lib : byte $(OCAMLBEST) opt +lib : byte $(OCAMLBEST) + +do_opt: opt do_byte + +do_byte: all NOOBJ_INT= \ public/unicodeString.cmi configInt.cmi internal/uReStrParserType.cmi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor