Bugzilla – Attachment 309 Details for
Bug 545
Provide more information about the os / arch at build time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Provide more information about the system
0001-Show-more-information-at-compilation-time.patch (text/plain), 993 bytes, created by
Sylvestre Ledru
on 2011-12-26 10:09:23 CET
(
hide
)
Description:
Provide more information about the system
Filename:
MIME Type:
Creator:
Sylvestre Ledru
Created:
2011-12-26 10:09:23 CET
Size:
993 bytes
patch
obsolete
>From 6e9d5f9d1860f5e98b7389c69cb04f28c50cdc19 Mon Sep 17 00:00:00 2001 >From: Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> >Date: Mon, 26 Dec 2011 09:26:10 +0100 >Subject: [PATCH 1/2] Show more information at compilation time > >--- > make/gluegen-cpptasks-base.xml | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > >diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml >index c201bb3..cd573a3 100755 >--- a/make/gluegen-cpptasks-base.xml >+++ b/make/gluegen-cpptasks-base.xml >@@ -398,7 +398,10 @@ > <echo message="Unix=${isUnix}" /> > <echo message="Windows=${isWindows}" /> > <echo message="X11=${isX11}" /> >- </target> >+ <echo message="os=${os.name}" /> >+ <echo message="os=${os.version}" /> >+ <echo message="arch=${os.arch}" /> >+ </target> > > <target name="gluegen.cpptasks.detect.os.freebsd.x86" unless="gluegen.cpptasks.detected.os.2" if="isFreeBSDX86"> > <property name="os.and.arch" value="freebsd-i586" /> >-- >1.7.7.3 >
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 545
: 309