aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-04-21 10:54:46 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-04-21 10:54:46 +0000
commitf79e9c2d22345eeb0c721a8cf5375101d33dc4c9 (patch)
treeb969e1ebfcde35c9889cacf98bde162f9124356c /src/nix-store/Makefile.am
parent8e459d919dbce7c6d45d90ef9a9385133cfae15e (diff)
* Do initialise state (the DB etc.) when doing a `make install',
unless `--disable-init-state' is passed to configure.
Diffstat (limited to 'src/nix-store/Makefile.am')
-rw-r--r--src/nix-store/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am
index 588d645eb..c1fda12b5 100644
--- a/src/nix-store/Makefile.am
+++ b/src/nix-store/Makefile.am
@@ -11,10 +11,3 @@ main.o: help.txt.hh
AM_CXXFLAGS = \
-I.. ${bdb_include} $(aterm_include) -I../libutil -I../libstore -I../libmain
-
-init-state-local:
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/db
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/log/nix
- $(INSTALL) -d $(DESTDIR)$(prefix)/store
-# $(bindir)/nix-store --init