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.
This commit is contained in:
parent
1e560fd234
commit
d61e365956
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue