فهرست منبع

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 سال پیش
والد
کامیت
690c534f7f
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)),)