mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 285089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r285089 | tilghman | 2010-09-06 01:55:17 -0500 (Mon, 06 Sep 2010) | 9 lines Merged revisions 285088 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r285088 | tilghman | 2010-09-06 01:54:18 -0500 (Mon, 06 Sep 2010) | 2 lines Silly convenience script for BSD platforms. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@285090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										11
									
								
								BSDmakefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								BSDmakefile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| # This is a convenience script for systems on which BSD make is the default, | ||||
| # such that typing 'make' will do what people expect, instead of producing an | ||||
| # error (due to incompatibilities between BSD make and GNU make). | ||||
|  | ||||
| .include "makeopts" | ||||
|  | ||||
| all:: | ||||
| 	$(MAKE) | ||||
|  | ||||
| $(.TARGETS):: | ||||
| 	$(MAKE) $(.TARGETS) | ||||
		Reference in New Issue
	
	Block a user