Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bmwiedemann authored and neteler committed Dec 23, 2019
1 parent 74fbbf9 commit 690c534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Make/Install.make
Expand Up @@ -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)),)
Expand Down

0 comments on commit 690c534

Please sign in to comment.