Ajout OPTIONS ou cela manquait
This commit is contained in:
parent
18e7db148c
commit
759982f862
@ -1,8 +1,4 @@
|
||||
#
|
||||
# Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -18,13 +14,17 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
# $Id$
|
||||
# $Source$
|
||||
#
|
||||
# General Makefile for Mysql database
|
||||
#
|
||||
|
||||
MYSQL=mysql
|
||||
BASE=dolibarr
|
||||
OPTIONS=
|
||||
|
||||
dev:
|
||||
$(MYSQL) $(BASE) < data_dev.sql
|
||||
$(MYSQL) $(BASE) < propal_dev.sql
|
||||
$(MYSQL) $(BASE) < facture_dev.sql
|
||||
$(MYSQL) $(OPTIONS) $(BASE) < data_dev.sql
|
||||
$(MYSQL) $(OPTIONS) $(BASE) < propal_dev.sql
|
||||
$(MYSQL) $(OPTIONS) $(BASE) < facture_dev.sql
|
||||
|
||||
Loading…
Reference in New Issue
Block a user