[asterisk-commits] seanbright: trunk r358609 - /trunk/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 8 10:12:16 CST 2012
Author: seanbright
Date: Thu Mar 8 10:12:11 2012
New Revision: 358609
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=358609
Log:
Whitespace only change to the Makefile
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=358609&r1=358608&r2=358609
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Mar 8 10:12:11 2012
@@ -48,8 +48,8 @@
DESTDIR?=$(INSTALL_PATH)
export DESTDIR
-export INSTALL_PATH # Additional prefix for the following paths
-export ASTETCDIR # Path for config files
+export INSTALL_PATH # Additional prefix for the following paths
+export ASTETCDIR # Path for config files
export ASTVARRUNDIR
export ASTSPOOLDIR
export ASTVARLIBDIR
@@ -65,20 +65,20 @@
export ASTCONFPATH
export ASTKEYDIR
-export OSARCH # Operating system
-export PROC # Processor type
-
-export NOISY_BUILD # Used in Makefile.rules
-export MENUSELECT_CFLAGS # Options selected in menuselect.
-export AST_DEVMODE # Set to "yes" for additional compiler
- # and runtime checks
-
-export _SOLINK # linker flags for all shared objects
-export SOLINK # linker flags for loadable modules
-export DYLINK # linker flags for shared libraries
-export STATIC_BUILD # Additional cflags, set to -static
- # for static builds. Probably
- # should go directly to ASTLDFLAGS
+export OSARCH # Operating system
+export PROC # Processor type
+
+export NOISY_BUILD # Used in Makefile.rules
+export MENUSELECT_CFLAGS # Options selected in menuselect.
+export AST_DEVMODE # Set to "yes" for additional compiler
+ # and runtime checks
+
+export _SOLINK # linker flags for all shared objects
+export SOLINK # linker flags for loadable modules
+export DYLINK # linker flags for shared libraries
+export STATIC_BUILD # Additional cflags, set to -static
+ # for static builds. Probably
+ # should go directly to ASTLDFLAGS
#--- paths to various commands
export CC
More information about the asterisk-commits
mailing list