CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pkgmk.conf: added commented MAKEFLAGS option
authorMatt Housh <jaeger@morpheus.net>
Wed, 13 Mar 2013 14:05:01 +0000 (09:05 -0500)
committerMatt Housh <jaeger@morpheus.net>
Wed, 13 Mar 2013 14:05:01 +0000 (09:05 -0500)
Makefile
pkgmk.conf
pkgmk.conf.5.in

index a43761be2c718b3373fefc23dd47fdd189160b41..926807c6c5df383f83a687ce8702dd767083034c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BINDIR = /usr/bin
 MANDIR = /usr/man
 ETCDIR = /etc
 
-VERSION = 5.35.4
+VERSION = 5.35.5
 NAME = pkgutils-$(VERSION)
 
 CXXFLAGS += -DNDEBUG
index 61ed2476c8513478c2d887f85f986aad28322771..907ba69ed545bd985f988ff7a08246e0b7551ec3 100644 (file)
@@ -5,6 +5,8 @@
 export CFLAGS="-O2 -march=x86-64 -pipe"
 export CXXFLAGS="${CFLAGS}"
 
+# export MAKEFLAGS="-j2"
+
 case ${PKGMK_ARCH} in
        "64"|"")
                ;;
index e713817a1ef1b7de5ead5828dcf1d12402dde81d..f5adb9c34497cc931ea46423bba1cc3b0b53f4bb 100644 (file)
@@ -19,6 +19,11 @@ Set C++ compiler options.
 .br
 Default: none
 .TP
+\fBexport MAKEFLAGS='STRING'\fP
+Set make options.
+.br
+Default: none
+.TP
 \fBPKGMK_SOURCE_MIRRORS=('STRING')\fP
 Set mirrors to check and download source archives from.
 .br