Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180968 Details for
Bug 257679
[ebuild request] sci-mathematics/pvs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sci-mathematics/pvs/files/pvs-4.2-patch-makefile-quote
pvs-4.2-patch-makefile-quote (text/plain), 1.68 KB, created by
Jonathan-Christofer Demay
on 2009-02-04 21:42:59 UTC
(
hide
)
Description:
sci-mathematics/pvs/files/pvs-4.2-patch-makefile-quote
Filename:
MIME Type:
Creator:
Jonathan-Christofer Demay
Created:
2009-02-04 21:42:59 UTC
Size:
1.68 KB
patch
obsolete
>--- Makefile.in.orig 2007-09-24 22:39:41.000000000 -0700 >+++ Makefile.in 2007-11-30 09:26:07.000000000 -0800 >@@ -488,22 +488,26 @@ > -load src/make-pvs-methods.lisp > endif > >+CMU-LISP-COMPILE-EXPR=\ >+ '(load "pvs.system" :verbose t) \ >+ (let ((*load-pvs-prelude* nil)) \ >+ (mk:operate-on-system :pvs :compile)) \ >+ (quit)' >+ >+CMU-BUILD-IMAGE-EXPR=\ >+ '(load "pvs.system" :verbose t) \ >+ (unwind-protect \ >+ (mk:operate-on-system :pvs :compile) \ >+ (save-lisp "$@.core" :init-function (function startup-pvs)))' >+ > $(cmulisp-devel) $(cmulisp-rt) : $(image-deps) \ > $(pvs-make-files) $(ess) $(ff-files) \ > $(lisp-files) $(cmulisp) lib/prelude.pvs lib/prelude.prf > @echo "******* Compiling PVS files in CMU Lisp" > $(MKDIR) -p $(subst $(SYSTEM)-cmulisp,,$@) >- $(CMULISPEXE) -eval '(load "pvs.system" :verbose t) \ >- (let ((*load-pvs-prelude* nil)) \ >- (mk:operate-on-system :pvs :compile)) \ >- (quit)' >+ $(CMULISPEXE) -eval $(CMU-LISP-COMPILE-EXPR) > @echo "******* Building PVS image $@" >- $(CMULISPEXE) -eval '(load "pvs.system" :verbose t) \ >- (unwind-protect \ >- (mk:operate-on-system :pvs :compile) \ >- (save-lisp "$@.core" \ >- :init-function (function startup-pvs) \ >- ))' >+ $(CMULISPEXE) -eval $(CMU-BUILD-IMAGE-EXPR) > -rm $(PVSPATH)BDD/$(PLATFORM)/bdd-cmu.* > cp $(CMULISPEXE) $(subst $(SYSTEM)-cmulisp,,$@) > cp $(PVSPATH)BDD/$(PLATFORM)/mu.$(LOAD-FOREIGN-EXTENSION) $(subst $(SYSTEM)-cmulisp,,$@)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 257679
:
180966
|
180968
|
180987
|
182421
|
186061
|
186211
|
186212
|
186214
|
186215
|
186217