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

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