Changeset 918


Ignore:
Timestamp:
Sep 8, 2011, 3:35:52 AM (12 years ago)
Author:
sam
Message:

build: add -j6 to our build scripts' "make" invocations.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build-linux

    r625 r918  
    88./configure
    99make clean
    10 make
     10make -j6
    1111
  • trunk/build-mingw

    r912 r918  
    7272            CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \
    7373            GTK_LIBS="$GTK_LIBS" LOL_LIBS="$LOL_LIBS"
    74 make
     74make -j6
    7575
Note: See TracChangeset for help on using the changeset viewer.