Skip to content

Commit 109282a

Browse files
committed
directories.mk: Provide more info in comment and fix typo
1 parent 6d48b0e commit 109282a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mk/spksrc.directories.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ STAGING_INSTALL_PREFIX = $(INSTALL_DIR)$(INSTALL_PREFIX)
5151
endif
5252

5353
#
54-
# When building packages set var directory
55-
# under target/../var to be consequent
56-
# new directory structure. But only do so
57-
# when building under spk/* and not under
58-
# cross/* as unecessary.
54+
# When building spk packages set var directory under
55+
# target/../var to be consequent with the new directory
56+
# structure using localstatedir flag. But only do so
57+
# when invoking make from under spk/*. Setting var when
58+
# test-building dependencies from under cross/* is unecessary.
5959
#
6060
ifeq ($(call version_ge, ${TCVERSION}, 7.0),1)
6161
ifeq ($(lastword $(subst /, ,$(INSTALL_PREFIX))),target)

0 commit comments

Comments
 (0)