gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Fix OFFLOAD_HOME check in Makefile #46

Closed nj1973 closed 9 months ago

nj1973 commented 9 months ago

There is a check in the install recipe in Makefile to ensure OFFLOAD_HOME variable is set. This is executing for all sections of the Makefile and not just the intended one.

ifndef OFFLOAD_HOME
$(error OFFLOAD_HOME is not set)
endif