[asterisk-addons-commits] tilghman: branch 1.4 r310 - /branches/1.4/Makefile

asterisk-addons-commits at lists.digium.com asterisk-addons-commits at lists.digium.com
Mon Sep 25 07:37:58 MST 2006


Author: tilghman
Date: Mon Sep 25 09:37:57 2006
New Revision: 310

URL: http://svn.digium.com/view/asterisk-addons?rev=310&view=rev
Log:
Combination of tabs and spaces makes the Makefile difficult to follow

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/Makefile?rev=310&r1=309&r2=310&view=diff
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Sep 25 09:37:57 2006
@@ -166,18 +166,18 @@
 	for x in configs/*.sample; do \
 		if [ -f $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` ]; then \
 			if [ "$(OVERWRITE)" = "y" ]; then \
-                                if cmp -s $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` $$x ; then \
-                                        echo "Config file $$x is unchanged"; \
-                                        continue; \
-                                fi ; \
-                                mv -f $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample`.old ; \
-                        else \
-                                echo "Skipping config file $$x"; \
-                                continue; \
-                        fi ;\
-                fi ; \
-                $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` ;\
-        done
+				if cmp -s $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` $$x ; then \
+					echo "Config file $$x is unchanged"; \
+					continue; \
+				fi ; \
+				mv -f $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample`.old ; \
+			else \
+				echo "Skipping config file $$x"; \
+				continue; \
+			fi ;\
+		fi ; \
+		$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`basename $$x .sample` ;\
+	done
 
 update:
 	@if [ -d .svn ]; then \



More information about the asterisk-addons-commits mailing list