Improved comments. 😏
This commit is contained in:
parent
4b5dd21cd6
commit
fd78c655f8
11
build.zsh.in
11
build.zsh.in
@ -187,15 +187,18 @@ done
|
|||||||
##
|
##
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
|
# “Global”, per-project configuration.
|
||||||
typeset -a prefixes directories
|
typeset -a prefixes directories
|
||||||
|
|
||||||
# FIXME: We may want those to be defined somewhere else.
|
# “Local”, per-target configuration.
|
||||||
typeset -A ldflags cflags crflags
|
|
||||||
|
|
||||||
typeset -A sources type depends install auto filename nodist
|
typeset -A sources type depends install auto filename nodist
|
||||||
|
|
||||||
typeset -A chmod
|
typeset -A chmod
|
||||||
|
|
||||||
|
# Per-target configuration that is specific to certain target types.
|
||||||
|
# FIXME: Those should be removed from this file and exported in
|
||||||
|
# the .prelude of their backend, or similar.
|
||||||
|
typeset -A ldflags cflags crflags
|
||||||
|
|
||||||
prefixes=(
|
prefixes=(
|
||||||
PREFIX '/usr/local'
|
PREFIX '/usr/local'
|
||||||
BINDIR '$(PREFIX)/bin'
|
BINDIR '$(PREFIX)/bin'
|
||||||
|
Loading…
Reference in New Issue
Block a user