make rebuild

This commit is contained in:
Ertuğrul Erata
2018-07-17 22:38:54 +03:00
parent 00e6a9ccda
commit cb75a76876
3 changed files with 34 additions and 3 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ def setup():
def build():
autotools.make()
def check():
shelltools.export("LANG", "C")
autotools.make("check")
#def check():
#shelltools.export("LANG", "C")
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())