From f79e9c2d22345eeb0c721a8cf5375101d33dc4c9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Apr 2004 10:54:46 +0000 Subject: * Do initialise state (the DB etc.) when doing a `make install', unless `--disable-init-state' is passed to configure. --- src/nix-store/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 588d645eb67b..c1fda12b5753 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 -- cgit 1.4.1