-
- Downloads
- 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
Showing
- Makefile 9 additions, 8 deletionsMakefile
- agi/Makefile 1 addition, 1 deletionagi/Makefile
- apps/Makefile 1 addition, 1 deletionapps/Makefile
- cdr/Makefile 1 addition, 1 deletioncdr/Makefile
- channels/Makefile 1 addition, 1 deletionchannels/Makefile
- codecs/Makefile 1 addition, 1 deletioncodecs/Makefile
- formats/Makefile 1 addition, 1 deletionformats/Makefile
- funcs/Makefile 1 addition, 1 deletionfuncs/Makefile
- pbx/Makefile 1 addition, 1 deletionpbx/Makefile
- res/Makefile 1 addition, 1 deletionres/Makefile
- utils/Makefile 1 addition, 1 deletionutils/Makefile
Loading
Please register or sign in to comment