tarball,Makefiles; uniform use of _CF_DIR when importing crossplatform.mk and default...
[sdk] / ear / Makefile
index 680fddc..14f8d0c 100644 (file)
@@ -1,10 +1,12 @@
+ifneq ($(V),1)
 .SILENT:
+endif
 .PHONY: all nores cleantarget clean realclean distclean
 
-# CROSS-PLATFORM MAGIC
+_CF_DIR = ../
 
-include ../crossplatform.mk
-include ../default.cf
+include $(_CF_DIR)crossplatform.mk
+include $(_CF_DIR)default.cf
 
 all:
        @$(call echo,Building self-extract tool...)