.BR e2-ls-project
Displays a schematic view of the current project and shows the project build status.
.TP
-.BR e2-use-source
-Add a source to the current project.
-.TP
.BR e2-new-source
Create a new source in the backing store.
.TP
.BR e2-dsort(1)
.BR e2-fetch-sources(1)
.BR e2-ls-project(1)
-.BR e2-use-source(1)
.BR e2-fetch-project(1)
.BR e2-new-source(1)
.BR e2-create-project(1)
.BR e2config(5)
-.BR e2-sync-results(1)
.BR e2global(1)
.BR e2-install-e2(1)
.BR e2ssh(1)
LUA_LIBS += e2lib.lua buildconfig.lua
LOCALTOOLS = $(LOCALSHTOOLS) $(LOCALLUATOOLS)
-SYMLINKS_2_1 = lookup-server use-source prepare-cargo sync-results cleanup \
- git-to-tar required-files buildid
-
.PHONY: all install uninstall install install-local doc install-doc
all: linux32 sha1.so luafile_ll.so e2util.so
install:
- # install symlinks for e2-2.1 compatibility
- for i in $(SYMLINKS_2_1); do \
- ln -sf e2 $(DESTDIR)$(BINDIR)/e2-$$i ; \
- done
for i in $(LOCALTOOLS); do \
ln -sf e2 $(DESTDIR)$(BINDIR)/e2-$$i ; \
done
done
uninstall:
- for i in $(SYMLINKS_2_1); do \
- rm -f $(DESTDIR)$(BINDIR)/e2-$$i ; \
- done
for i in $(LOCALTOOLS); do \
rm -f $(DESTDIR)$(BINDIR)/e2-$$i ; \
done
local rc = new_files_source(info.cache, server, location, source_file,
checksum_file, checksum_file_format, no_checksum)
else
- e2lib.log(1,
- "Creating repositories other than git is not supported yet.\n"..
- "You might nevertheless use 'e2-use-source' to use existing\n"..
- "sources in your project")
+ e2lib.log(1, "Creating repositories other than git is not supported yet.")
end
e2lib.finish(0)