Project

General

Profile

« Previous | Next » 

Revision 14817

fix: *Makefile: changed line endings to \n so that `patch` can work with pasted input. use `svn di --extensions --ignore-eol-style` to verify no diff.

View differences:

Makefile
1
include ../../../lib/common.Makefile
2

  
3

  
4
types := schema data
5

  
6
all: $(types:%=GBIFPortalDB-2013-02-20.%.sql) ;
7

  
8
%.schema.sql: ../_src/%.dump
9
	./MySQL_schema <$< >$@
10

  
11
%.data.sql: ../_src/%.dump
12
	./MySQL_data agent data_provider data_provider_agent data_resource \
13
data_resource_agent raw_occurrence_record <$< >$@
1
include ../../../lib/common.Makefile
2

  
3

  
4
types := schema data
5

  
6
all: $(types:%=GBIFPortalDB-2013-02-20.%.sql) ;
7

  
8
%.schema.sql: ../_src/%.dump
9
	./MySQL_schema <$< >$@
10

  
11
%.data.sql: ../_src/%.dump
12
	./MySQL_data agent data_provider data_provider_agent data_resource \
13
data_resource_agent raw_occurrence_record <$< >$@

Also available in: Unified diff