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 years ago
parent
commit
86f0eca3a8
1 changed files with 0 additions and 1 deletions
  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)),)