All pastes #559637 Raw Edit

Someone

public text v1 · immutable
#559637 ·published 2007-06-11 20:53 UTC
rendered paste body
#!/bin/sh

if [ $# -eq 0 ]; then set -- binary modules; fi

CONCURRENCY_LEVEL=3 fakeroot \
        make-kpkg --initrd --revision 0.linuxcnc.1 \
                --append-to-version -smp-magma --stem=linux --uc --us \
        "$@"