changeset 5787:8ffb87775f56 icedtea-2.6pre07

PR1948: Fix indenting
author andrew
date Wed, 27 Aug 2014 19:47:02 +0100
parents c8c45895c863
children 9926b4a22b25
files make/linux/makefiles/vm.make
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/vm.make	Tue Aug 26 17:33:01 2014 +0100
+++ b/make/linux/makefiles/vm.make	Wed Aug 27 19:47:02 2014 +0100
@@ -362,18 +362,18 @@
      ifeq ($(STRIP_POLICY),all_strip)
 	     	  $(QUIETLY) $(STRIP) $@
      else
-	ifeq ($(STRIP_POLICY),min_strip)
+     ifeq ($(STRIP_POLICY),min_strip)
 	     	  $(QUIETLY) $(STRIP) -g $@
 	  # implied else here is no stripping at all
-	endif
+     endif
      endif
      ifneq ($(STRIP_POLICY),no_strip)
 	       $(QUIETLY) [ -f $(LIBJVM_G_DEBUGINFO) ] || ln -s $(LIBJVM_DEBUGINFO) $(LIBJVM_G_DEBUGINFO)
-	ifeq ($(ZIP_DEBUGINFO_FILES),1)
+     ifeq ($(ZIP_DEBUGINFO_FILES),1)
 	           $(ZIPEXE) -q -y $(LIBJVM_DIZ) $(LIBJVM_DEBUGINFO) $(LIBJVM_G_DEBUGINFO)
 		   $(RM) $(LIBJVM_DEBUGINFO) $(LIBJVM_G_DEBUGINFO)
 		   [ -f $(LIBJVM_G_DIZ) ] || { ln -s $(LIBJVM_DIZ) $(LIBJVM_G_DIZ); }
-	endif
+     endif
      endif
 endif