mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Whitespace only change to the Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358609 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										28
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								Makefile
									
									
									
									
									
								
							| @@ -48,8 +48,8 @@ export ASTERISKVERSIONNUM | |||||||
| DESTDIR?=$(INSTALL_PATH) | DESTDIR?=$(INSTALL_PATH) | ||||||
| export DESTDIR | export DESTDIR | ||||||
|  |  | ||||||
| export INSTALL_PATH	# Additional prefix for the following paths | export INSTALL_PATH       # Additional prefix for the following paths | ||||||
| export ASTETCDIR		# Path for config files | export ASTETCDIR          # Path for config files | ||||||
| export ASTVARRUNDIR | export ASTVARRUNDIR | ||||||
| export ASTSPOOLDIR | export ASTSPOOLDIR | ||||||
| export ASTVARLIBDIR | export ASTVARLIBDIR | ||||||
| @@ -65,20 +65,20 @@ export AGI_DIR | |||||||
| export ASTCONFPATH | export ASTCONFPATH | ||||||
| export ASTKEYDIR | export ASTKEYDIR | ||||||
|  |  | ||||||
| export OSARCH			# Operating system | export OSARCH             # Operating system | ||||||
| export PROC			# Processor type | export PROC               # Processor type | ||||||
|  |  | ||||||
| export NOISY_BUILD		# Used in Makefile.rules | export NOISY_BUILD        # Used in Makefile.rules | ||||||
| export MENUSELECT_CFLAGS	# Options selected in menuselect. | export MENUSELECT_CFLAGS  # Options selected in menuselect. | ||||||
| export AST_DEVMODE		# Set to "yes" for additional compiler | export AST_DEVMODE        # Set to "yes" for additional compiler | ||||||
|                                 # and runtime checks |                           # and runtime checks | ||||||
|  |  | ||||||
| export _SOLINK			# linker flags for all shared objects | export _SOLINK            # linker flags for all shared objects | ||||||
| export SOLINK			# linker flags for loadable modules | export SOLINK             # linker flags for loadable modules | ||||||
| export DYLINK			# linker flags for shared libraries | export DYLINK             # linker flags for shared libraries | ||||||
| export STATIC_BUILD		# Additional cflags, set to -static | export STATIC_BUILD       # Additional cflags, set to -static | ||||||
|                                 # for static builds. Probably |                           # for static builds. Probably | ||||||
|                                 # should go directly to ASTLDFLAGS |                           # should go directly to ASTLDFLAGS | ||||||
|  |  | ||||||
| #--- paths to various commands | #--- paths to various commands | ||||||
| export CC | export CC | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user