We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f101c commit e3105cfCopy full SHA for e3105cf
make/system.mk
@@ -183,6 +183,7 @@ COMMON_VARS = \
183
PLATFORM \
184
ARCHITECTURE \
185
ARCHITECTURE_CFLAGS \
186
+ BUILDDIR \
187
FEATURES \
188
LIBRARY_EXT \
189
LIBRARY_PREFIX \
@@ -209,6 +210,7 @@ sysvars:
209
210
echo " ARCHITECTURE target architecture to perform build"
211
echo " ARCHITECTURE_CFLAGS compiler flags to specify architecture"
212
echo " BINDIR location of the binaries"
213
+ echo " BUILDDIR location of the build directory"
214
echo " DEBUG build with debug options"
215
echo " DEVEL build with modules checked out for read/write URL"
216
echo " ETCDIR location of system configuration files"
0 commit comments