Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2010 22:01:28 +0200 (CEST)
From:      Alexander Best <alexbestms@wwu.de>
To:        <freebsd-hackers@FreeBSD.org>
Subject:   unquoted variables in /usr/share/mk/*.mk
Message-ID:  <permail-20100425200128f7e55a9d00002693-a_best01@message-id.uni-muenster.de>

next in thread | raw e-mail | index | archive | help
hi there,

i was wondering why almost all variables in /usr/share/mk/*.mk are unquoted?
it's pretty obvious that something like

mkdir "(test)" ; echo ".include <bsd.prog.mk>" > "(test)"/Makefile ; make -C
"(test)" cleandir

will fail.

-- 
Alexander Best



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-20100425200128f7e55a9d00002693-a_best01>