mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
adjust makefile to use submodules
This commit is contained in:
parent
c1ee3f73d3
commit
c976b1a00c
11
Makefile
11
Makefile
@ -16,17 +16,10 @@ build:
|
|||||||
|
|
||||||
predepend:
|
predepend:
|
||||||
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3"
|
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah python-cherrypy3"
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
touch predepend
|
touch predepend
|
||||||
|
|
||||||
$(BUILDDIR)/exmachina: build
|
|
||||||
@test -d $@ || git clone git://github.com/tomgalloway/exmachina $@
|
|
||||||
|
|
||||||
$(BUILDDIR)/bjsonrpc: build
|
|
||||||
@test -d $@ || git clone git://github.com/deavid/bjsonrpc.git $@
|
|
||||||
|
|
||||||
$(BUILDDIR)/withsqlite: build
|
|
||||||
@test -d $@ || git clone git://github.com/jvasile/withsqlite.git $@
|
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
mkdir -p $(DESTDIR)/etc/init.d $(DESTDIR)/etc/plinth
|
mkdir -p $(DESTDIR)/etc/init.d $(DESTDIR)/etc/plinth
|
||||||
cp plinth.sample.fhs.config $(DESTDIR)/etc/plinth/plinth.config
|
cp plinth.sample.fhs.config $(DESTDIR)/etc/plinth/plinth.config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user