commit 12dceca97563b731f446f67212e5bf6fb46ec457
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Jul 9 13:52:57 2011 +0000

    - allow -j1 as well
    
    Changed files:
        client/make-request.sh -> 1.97

 make-request.sh | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/make-request.sh b/make-request.sh
index 03328bb..586e134 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -296,6 +296,10 @@ while [ $# -gt 0 ] ; do
                        flags="$flags no-install-br"
                        ;;
 
+               -j*)
+                       jobs="${1#-j}"
+                       ;;
+
                -j | --jobs)
                        jobs="$2"
                        shift
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to