mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	- convert the 'uninstall' target to use separate targets to process each
subdirectory instead of a for loop - remove the FORCE target from the main Makefile and add the couple places I used it to the .PHONY target. .PHONY does the same thing and is a built-in more efficient way of doing it. - add a bunch more targets to .PHONY ... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
| # the GNU General Public License | ||||
| # | ||||
|  | ||||
| .PHONY: clean clean-depend all depend | ||||
| .PHONY: clean clean-depend all depend uninstall | ||||
|  | ||||
| ifneq ($(wildcard ../menuselect.makeopts),) | ||||
|   include ../menuselect.makeopts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user