[Scummvm-cvs-logs] scummvm master -> d61e365956838669decd5c4c7d59c036e8a26510

tsoliman tarek at bashasoliman.com
Wed Feb 10 05:40:53 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d61e365956 MAEMO: Add configure and make extra args env vars


Commit: d61e365956838669decd5c4c7d59c036e8a26510
    https://github.com/scummvm/scummvm/commit/d61e365956838669decd5c4c7d59c036e8a26510
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2016-02-09T22:38:04-06:00

Commit Message:
MAEMO: Add configure and make extra args env vars

This allows running "make -j4" and similar as part of dpkg-buildpackage
without editing the makefile.

Changed paths:
    backends/platform/maemo/debian/rules



diff --git a/backends/platform/maemo/debian/rules b/backends/platform/maemo/debian/rules
index 70f52aa..0e72c8a 100755
--- a/backends/platform/maemo/debian/rules
+++ b/backends/platform/maemo/debian/rules
@@ -6,8 +6,8 @@ build: scummvm
 
 scummvm:
 	dh_testdir
-	./configure --host=maemo
-	$(MAKE)
+	./configure --host=maemo $(CONFIGURE_EXTRA_ARGS)
+	$(MAKE) $(MAKE_EXTRA_ARGS)
 
 clean:
 	dh_testdir






More information about the Scummvm-git-logs mailing list