/[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

Annotation of /trunk/dbxml/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 222 - (hide 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 dpavlin 221
2 dpavlin 222 dbxml_path=/rest/unix/database/dbxml-2.1.8/install/bin/
3     dbxml_opt=-v -v
4 dpavlin 221
5 dpavlin 222 db=-h dbxml
6 dpavlin 221
7 dpavlin 222 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 dpavlin 221 create:
15     rm -Rf dbxml/*
16 dpavlin 222 $(dbxml) $(opt) -s create.q
17 dpavlin 221
18 dpavlin 222 convert: check
19 dpavlin 221 ./convert_pgsql_xmldb.pl
20 dpavlin 222
21     check:
22     $(db_recover)

  ViewVC Help
Powered by ViewVC 1.1.26