Browse Source

Do not install config.status (#263)

Installed config.status will contain the build hostname
which makes the build it hard to reproduce.

This is useful for a reproducible builds.
Bernhard M. Wiedemann 5 năm trước cách đây
mục cha
commit
690c534f7f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      include/Make/Install.make

+ 0 - 1
include/Make/Install.make

@@ -113,7 +113,6 @@ real-install: | $(INST_DIR) $(UNIX_BIN)
 	-rm $(INST_DIR)/$(GRASSMAKE)
 	$(MAKE) $(INST_DIR)/$(GRASSMAKE)
 
-	-$(INSTALL) config.status $(INST_DIR)/config.status
 	-$(CHMOD) -R a+rX $(INST_DIR) 2>/dev/null
 
 ifneq ($(findstring darwin,$(ARCH)),)