[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] com php-src: Remove tabs on blanklines in Makefile sources. This prevents a 'suspicious li
From:       Christopher Jones <sixd () php ! net>
Date:       2013-07-30 20:36:10
Message-ID: php-mail-cfa772eb0d0bf9192dd6e23124e051d11025557450 () git ! php ! net
[Download RAW message or body]

Commit:    6af7526c77234c60c31839f21c60908a431c981e
Author:    Christopher Jones <sixd@php.net>         Tue, 30 Jul 2013 13:36:10 -0700
Parents:   0aa342e903bf012efe03db1e9f1fe4ed54225e76
Branches:  master

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=6af7526c77234c60c31839f21c60908a431c981e


Log:
Remove tabs on blanklines in Makefile sources. This prevents a
'suspicious line' warning when editing & saving Makefile using Emacs.

Changed paths:
  M  Makefile.global
  M  scripts/Makefile.frag


Diff:
diff --git a/Makefile.global b/Makefile.global
index 5118de8..ff3bf22 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -10,7 +10,7 @@ all: $(all_targets)
 	@echo "Build complete."
 	@echo "Don't forget to run 'make test'."
 	@echo
-	
+
 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
 
 build-binaries: $(PHP_BINARIES)
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag
index 00272b0..7cd78fa 100644
--- a/scripts/Makefile.frag
+++ b/scripts/Makefile.frag
@@ -44,7 +44,7 @@ install-programs: $(builddir)/phpize $(builddir)/php-config
 		echo "  page: $(program_prefix)$${page}$(program_suffix).1"; \
 		$(INSTALL_DATA) $(builddir)/man1/$${page}.1 \
$(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page}$(program_suffix).1; \  done
-	
+
 $(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
 	(CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic