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

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