/[BackupPC]/trunk/dbxml/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/dbxml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 222 - (show annotations)
Sat Oct 22 15:40:40 2005 UTC (18 years, 6 months ago) by dpavlin
File size: 379 byte(s)
 r8654@llin:  dpavlin | 2005-10-21 23:10:37 +0200
 added db_recover (yak) before targets

1
2 dbxml_path=/rest/unix/database/dbxml-2.1.8/install/bin/
3 dbxml_opt=-v -v
4
5 db=-h dbxml
6
7 dbxml=$(dbxml_path)/dbxml $(dbxml_opt) $(db)
8 db_verify=$(dbxml_path)/db_verify -v $(db)
9 db_recover=$(dbxml_path)/db_recover -v $(db)
10
11 all: check
12 $(dbxml) $(opt) -s total.q
13
14 create:
15 rm -Rf dbxml/*
16 $(dbxml) $(opt) -s create.q
17
18 convert: check
19 ./convert_pgsql_xmldb.pl
20
21 check:
22 $(db_recover)

  ViewVC Help
Powered by ViewVC 1.1.26