-
- Downloads
add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
since they are targets that do not have resulting files and are never listed as prerequisites to real targets. Using .PHONY in this manner improves make performance by never having to check for resulting files. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35415 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 2 additions, 1 deletionMakefile
- agi/Makefile 2 additions, 0 deletionsagi/Makefile
- apps/Makefile 2 additions, 0 deletionsapps/Makefile
- build_tools/Makefile 2 additions, 0 deletionsbuild_tools/Makefile
- cdr/Makefile 2 additions, 0 deletionscdr/Makefile
- channels/Makefile 2 additions, 0 deletionschannels/Makefile
- codecs/Makefile 2 additions, 0 deletionscodecs/Makefile
- formats/Makefile 2 additions, 0 deletionsformats/Makefile
- funcs/Makefile 2 additions, 0 deletionsfuncs/Makefile
- pbx/Makefile 2 additions, 0 deletionspbx/Makefile
- res/Makefile 2 additions, 0 deletionsres/Makefile
- sounds/Makefile 2 additions, 0 deletionssounds/Makefile
- utils/Makefile 2 additions, 0 deletionsutils/Makefile
Loading
Please register or sign in to comment