summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-02-26 00:42:14 -0500
committerMark H Weaver <mhw@netris.org>2015-02-26 00:44:13 -0500
commit24d77d103816ace1c8d3fb2cb8c1a38876e3633b (patch)
tree9ae1b978d2e555b3b8401663633a8af81ada03ab /HACKING
parent8830740643397d8d38e018c728ed62d0bcb4c310 (diff)
doc: Remove reference to git submodules in HACKING.
* HACKING: Remove mention of git submodules.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 0 insertions, 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
25build system infrastructure using autoconf. It reports an error if an 25build system infrastructure using autoconf. It reports an error if an
26inappropriate version of the above packages is being used. 26inappropriate version of the above packages is being used.
27 27
28The ‘bootstrap’ script, among other things, invokes ‘git submodule update’; if
29you didn’t run it, you may get the following error:
30
31 make: *** No rule to make target `nix/libstore/schema.sql', needed by
32 `nix/libstore/schema.sql.hh'
33
34If you get an error like this one: 28If you get an error like this one:
35 29
36 configure.ac:46: error: possibly undefined macro: PKG_CHECK_MODULES 30 configure.ac:46: error: possibly undefined macro: PKG_CHECK_MODULES