1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

nix-build: Port to c++

This was a dumb line-for-line rewrite, because nix build/nix run/etc.
will replace it.
This commit is contained in:
Shea Levy 2016-08-09 06:24:19 -04:00
parent eef754813f
commit 80ebc553ec
6 changed files with 495 additions and 362 deletions

View file

@ -1,5 +1,4 @@
nix_bin_scripts := \
$(d)/nix-build \
$(d)/nix-channel \
$(d)/nix-copy-closure \
$(d)/nix-install-package \
@ -26,6 +25,5 @@ $(eval $(call install-program-in, $(d)/build-remote.pl, $(libexecdir)/nix))
ifeq ($(OS), Darwin)
$(eval $(call install-program-in, $(d)/resolve-system-dependencies.pl, $(libexecdir)/nix))
endif
$(eval $(call install-symlink, nix-build, $(bindir)/nix-shell))
clean-files += $(nix_bin_scripts) $(nix_noinst_scripts)