From 24d77d103816ace1c8d3fb2cb8c1a38876e3633b Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Thu, 26 Feb 2015 00:42:14 -0500
Subject: [PATCH] doc: Remove reference to git submodules in HACKING.

* HACKING: Remove mention of git submodules.
---
 HACKING | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/HACKING b/HACKING
index 0231c7d84d8..e8f6cc4208c 100644
--- a/HACKING
+++ b/HACKING
@@ -25,12 +25,6 @@ Run ‘./bootstrap’ to download the Nix daemon source code and to generate the
 build system infrastructure using autoconf.  It reports an error if an
 inappropriate version of the above packages is being used.
 
-The ‘bootstrap’ script, among other things, invokes ‘git submodule update’; if
-you didn’t run it, you may get the following error:
-
-  make: *** No rule to make target `nix/libstore/schema.sql', needed by
-  `nix/libstore/schema.sql.hh'
-
 If you get an error like this one:
 
   configure.ac:46: error: possibly undefined macro: PKG_CHECK_MODULES
-- 
GitLab