1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-16 02:01:59 +02:00

Merge pull request #9465 from obsidiansystems/build-dir

Use `buildprefix` in a few more places
This commit is contained in:
Eelco Dolstra 2023-11-30 15:28:37 +01:00 committed by GitHub
commit b6a3fde6b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 64 additions and 35 deletions

View file

@ -1,5 +1,7 @@
-include Makefile.config
clean-files += Makefile.config
include mk/build-dir.mk
-include $(buildprefix)Makefile.config
clean-files += $(buildprefix)Makefile.config
ifeq ($(ENABLE_BUILD), yes)
makefiles = \