* Started integrating the new evaluation model into Nix.
* Cleaned up command-line syntax.
This commit is contained in:
parent
7a96da3627
commit
34fcf5fa0c
5 changed files with 143 additions and 679 deletions
|
|
@ -1,9 +1,9 @@
|
|||
bin_PROGRAMS = nix fix
|
||||
bin_PROGRAMS = nix # fix
|
||||
noinst_PROGRAMS = test
|
||||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I..
|
||||
|
||||
nix_SOURCES = nix.cc db.cc util.cc hash.cc md5.c
|
||||
nix_SOURCES = nix.cc util.cc hash.cc md5.c eval.cc values.cc globals.cc db.cc
|
||||
nix_LDADD = -ldb_cxx-4 -lATerm
|
||||
|
||||
fix_SOURCES = fix.cc util.cc hash.cc md5.c
|
||||
|
|
@ -20,4 +20,4 @@ install-data-local:
|
|||
# $(INSTALL) -d $(localstatedir)/nix/prebuilts/exports
|
||||
$(INSTALL) -d $(localstatedir)/log/nix
|
||||
$(INSTALL) -d $(prefix)/values
|
||||
$(bindir)/nix init
|
||||
$(bindir)/nix --init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue