mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Build output directory is now per-suite.
This commit is contained in:
@@ -19,7 +19,7 @@ endif
|
||||
#
|
||||
# The default build directory for all infra:builder compilations is the following.
|
||||
#
|
||||
export BUILD_DIR_BASE=BUILD
|
||||
export BUILD_DIR_BASE=BUILD/$(ONL_DEBIAN_SUITE)
|
||||
|
||||
|
||||
# Generate manifest if necessary
|
||||
@@ -31,6 +31,3 @@ export MODULEMANIFEST := $(shell $(ONL)/tools/scripts/manifest.sh $(ONL) $(BUILD
|
||||
ONL_MAKE_FLAGS += --no-print-directory -s
|
||||
ONL_MAKE := $(MAKE) $(ONL_MAKE_FLAGS)
|
||||
ONL_V_at := @
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user