From 0bc91384fa9f62339040f48ee197e8dca8a42efc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 1 Mar 2003 16:34:25 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20donn=E9es=20dans=20la=20g=E9n=E9r?= =?UTF-8?q?ation=20de=20mysql.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mysql/Makefile b/mysql/Makefile index a7ab93f18b4..e8dbe2f639b 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -82,5 +82,6 @@ createpriv: $(MYSQL) mysql -e "flush privileges ; " -mysql.sql: $(TABLES) - find tables/ -name "*sql" | xargs cat | grep -v ^-- > mysql.sql \ No newline at end of file +mysql.sql: $(TABLES) data/data.sql + find tables/ -name "*sql" | xargs cat | grep -v ^-- > mysql.sql + cat data/data.sql | grep -v ^-- >> mysql.sql \ No newline at end of file