~chicharreros/magicicada-server/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2016-09-01 12:51:22 UTC
  • mfrom: (73.1.5 split-start-db)
  • Revision ID: magicicada_bot-20160901125122-caz7wws0e89mgxny
[r=facundo] - Split DB creation and start up to be able to use a system DB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
        USE_HEAPY=1 $(MAKE) start-oauth
137
137
 
138
138
start-base:
139
 
        $(MAKE) start-db && $(MAKE) start-supervisor && $(MAKE) start-dbus || ( $(MAKE) stop ; exit 1 )
 
139
        $(MAKE) start-supervisor && $(MAKE) start-dbus || ( $(MAKE) stop ; exit 1 )
140
140
 
141
 
stop: stop-filesync-dummy-group stop-supervisor stop-db stop-dbus
 
141
stop: stop-filesync-dummy-group stop-supervisor stop-dbus
142
142
 
143
143
start-dbus:
144
144
        dev-scripts/start-dbus.sh