Skip to content

Commit

Permalink
Remove build-remote.pl.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 7, 2017
1 parent 1351b0d commit 27dc76c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 279 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Makefile.config
# /scripts/
/scripts/nix-profile.sh
/scripts/nix-copy-closure
/scripts/build-remote.pl
/scripts/nix-reduce-build
/scripts/nix-http-export.cgi

Expand Down
2 changes: 1 addition & 1 deletion local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean-files += Makefile.config
GLOBAL_CXXFLAGS += -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr \
-Wno-unneeded-internal-declaration

$(foreach i, config.h $(call rwildcard, src/lib*, *.hh) src/nix-store/serve-protocol.hh, \
$(foreach i, config.h $(call rwildcard, src/lib*, *.hh), \
$(eval $(call install-file-in, $(i), $(includedir)/nix, 0644)))

$(foreach i, $(call rwildcard, src/boost, *.hpp), $(eval $(call install-file-in, $(i), $(includedir)/nix/$(patsubst src/%/,%,$(dir $(i))), 0644)))
275 changes: 0 additions & 275 deletions scripts/build-remote.pl.in

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ nix_bin_scripts := \
bin-scripts += $(nix_bin_scripts)

nix_noinst_scripts := \
$(d)/build-remote.pl \
$(d)/nix-http-export.cgi \
$(d)/nix-profile.sh \
$(d)/nix-reduce-build
Expand All @@ -14,6 +13,5 @@ noinst-scripts += $(nix_noinst_scripts)
profiledir = $(sysconfdir)/profile.d

$(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
$(eval $(call install-program-in, $(d)/build-remote.pl, $(libexecdir)/nix))

clean-files += $(nix_bin_scripts) $(nix_noinst_scripts)

0 comments on commit 27dc76c

Please sign in to comment.