Ejemplo n.º 1
0
def build():
    autotools.make("V=1")
Ejemplo n.º 2
0
def build():
    autotools.make()
    autotools.make("-C locale allmo")
Ejemplo n.º 3
0
def build():
    autotools.make()
Ejemplo n.º 4
0
def install():
    autotools.make("DESTDIR=%s install" % get.installDIR())
Ejemplo n.º 5
0
def build():
    autotools.make("KDIR=/usr")
Ejemplo n.º 6
0
def build():
    autotools.make("-j1")
Ejemplo n.º 7
0
def build():
    shelltools.cd("moz-build")
    shelltools.export("SHELL", "/bin/bash")
    autotools.make()
Ejemplo n.º 8
0
def build():
    autotools.make("lib_prefix=/usr lib=lib%s" %
                   ("32" if get.buildTYPE() == "emul32" else ""))
Ejemplo n.º 9
0
def build():
    inarytools.dosed("Makefile", "^CC = .*$", "CC = %s" % get.CC())
    autotools.make("all doc")
Ejemplo n.º 10
0
def build():
    autotools.make("check")
Ejemplo n.º 11
0
def build():
    autotools.make('CC="%s" \
                    CFLAGS="%s -fomit-frame-pointer -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
                    LDFLAGS="%s"' % (get.CC(), get.CFLAGS(), get.LDFLAGS()))
Ejemplo n.º 12
0
def build():
    tools.make()
Ejemplo n.º 13
0
def build():
    autotools.make('LIBDJBFFT="libdjbfft.so.%s" LIBPERMS="0755"' % lib_version)
Ejemplo n.º 14
0
def build():
    autotools.make("depend")
    autotools.make()
Ejemplo n.º 15
0
def build():
    pythonmodules.compile()
    autotools.make("docs")
Ejemplo n.º 16
0
def build():
    autotools.make("-j1 install_doc_dir=/%s/%s all" %
                   (get.docDIR(), get.installDIR()))
Ejemplo n.º 17
0
def build():
    autotools.make("%s" % args)
Ejemplo n.º 18
0
def build():
    autotools.make("linux-utf8")
Ejemplo n.º 19
0
def build():
    shelltools.cd("build")

    autotools.make("CPPFLAGS+=\"-U_FORTIFY_SOURCE\"")
Ejemplo n.º 20
0
def build():
    shelltools.cd("scom")
    autotools.make("VERBOSE=1")
Ejemplo n.º 21
0
def build():
    autotools.make("CC=%s" % get.CC())
    autotools.make("V=1 CC=%s CFLAGS=\"%s\"" % (get.CC(), get.CFLAGS()))
    autotools.make("V=1 CC=%s CFLAGS=\"%s\" btrfs-select-super" %
                   (get.CC(), get.CFLAGS()))
Ejemplo n.º 22
0
def build():
    autotools.make('CC="%s" DEBUG="%s" all' % (get.CC(), get.CFLAGS()))
Ejemplo n.º 23
0
def check():
    autotools.make("check")
Ejemplo n.º 24
0
def build():
    autotools.make("KEYCODES_PROGS=yes RESIZECONS_PROGS=yes")
Ejemplo n.º 25
0
def build():
    shelltools.export("LC_ALL", "en_US.UTF-8")
    autotools.make()
Ejemplo n.º 26
0
def build():
    autotools.make('CC="%s"' % get.CC())
Ejemplo n.º 27
0
def build():
    #shelltools.cd("build-gtk2")
    #autotools.make()
    #shelltools.cd("..")
    shelltools.cd("build-gtk3")
    autotools.make()
Ejemplo n.º 28
0
def install():
    shelltools.cd("src")
    autotools.make("-j1 DESTDIR=%s prefix=/usr install-bin" % (get.installDIR()))
Ejemplo n.º 29
0
def build():
    autotools.make("noinst_PROGRAMS=' '")
Ejemplo n.º 30
0
def check():
    autotools.make("test")