Преглед на файлове

[impala] Error deploying hue-impala due to dependence on thrift

Exclude Thrift from dependencies
Sean Mackrory преди 12 години
родител
ревизия
ab407badb9
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      apps/impala/Makefile

+ 11 - 0
apps/impala/Makefile

@@ -22,3 +22,14 @@ endif
 
 APP_NAME = impala
 include $(ROOT)/Makefile.sdk
+
+#
+# Tell the `bdist' target to exclude our java source.
+#
+BDIST_EXCLUDES += \
+	--exclude=java \
+	--exclude=thrift
+
+SDIST_EXCLUDES += \
+	--exclude=java-lib \
+	--exclude=thrift