forked from tools/pkgutils
pkgmk.conf: added commented MAKEFLAGS option
This commit is contained in:
parent
01ba62021b
commit
e351466294
2
Makefile
2
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
|
||||
|
@ -5,6 +5,8 @@
|
||||
export CFLAGS="-O2 -march=x86-64 -pipe"
|
||||
export CXXFLAGS="${CFLAGS}"
|
||||
|
||||
# export MAKEFLAGS="-j2"
|
||||
|
||||
case ${PKGMK_ARCH} in
|
||||
"64"|"")
|
||||
;;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user