diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-16 18:17:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-16 18:17:08 +0000 |
commit | d20ebcaf83f4c20ec418df7e06412d92e64953dd (patch) | |
tree | 71192bac6215c357d94db8ec40f3fa178f373046 /myrpki | |
parent | bfab61657d0226dce23d5e359d4dbc351eb7a7c9 (diff) |
Cleanup
svn path=/myrpki/Makefile; revision=2760
Diffstat (limited to 'myrpki')
-rw-r--r-- | myrpki/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/myrpki/Makefile b/myrpki/Makefile index 5548889b..e828df71 100644 --- a/myrpki/Makefile +++ b/myrpki/Makefile @@ -2,9 +2,6 @@ all: schema.py -myrpki.xml: myrpki.py asns.csv children.csv parents.csv prefixes.csv roas.csv - python myrpki.py - lint: myrpki.xml schema.rng xmllint --noout --relaxng schema.rng myrpki.xml @@ -20,12 +17,6 @@ schema.py: schema.rng parse: myrpki.xml schema.py python xml-parse-test.py -load: myrpki.xml schema.py - python myirbe.py - -bpki.myrpki: - python myirbe.py - clean: rm -rf *.xml bpki.myrpki bpki.myirbe test screenlog.* python sql-cleaner.py @@ -44,7 +35,5 @@ backup: tar cvvzf test.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* test backup.*.sql rm backup.*.sql -test:: schema.py - -test:: +test: schema.py python yamltest.py |