Makefile.perf (8ec19c0eba73d7221e93e993c1c8bd62484354e9) | Makefile.perf (65fb09922d4ca5da54fe18d7b44e5961caf169ad) |
---|---|
1include ../scripts/Makefile.include 2 3# The default target of this Makefile is... 4all: 5 6include config/utilities.mak 7 8# Define V to have a more verbose compile. --- 770 unchanged lines hidden (view full) --- 779 780### Detect prefix changes 781TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ 782 $(bindir_SQ):$(perfexecdir_SQ):$(template_dir_SQ):$(prefix_SQ) 783 784$(OUTPUT)PERF-CFLAGS: .FORCE-PERF-CFLAGS 785 @FLAGS='$(TRACK_CFLAGS)'; \ 786 if test x"$$FLAGS" != x"`cat $(OUTPUT)PERF-CFLAGS 2>/dev/null`" ; then \ | 1include ../scripts/Makefile.include 2 3# The default target of this Makefile is... 4all: 5 6include config/utilities.mak 7 8# Define V to have a more verbose compile. --- 770 unchanged lines hidden (view full) --- 779 780### Detect prefix changes 781TRACK_CFLAGS = $(subst ','\'',$(CFLAGS)):\ 782 $(bindir_SQ):$(perfexecdir_SQ):$(template_dir_SQ):$(prefix_SQ) 783 784$(OUTPUT)PERF-CFLAGS: .FORCE-PERF-CFLAGS 785 @FLAGS='$(TRACK_CFLAGS)'; \ 786 if test x"$$FLAGS" != x"`cat $(OUTPUT)PERF-CFLAGS 2>/dev/null`" ; then \ |
787 echo 1>&2 " * new build flags or prefix"; \ | 787 echo 1>&2 " FLAGS: * new build flags or prefix"; \ |
788 echo "$$FLAGS" >$(OUTPUT)PERF-CFLAGS; \ 789 fi 790 791### Testing rules 792 793# GNU make supports exporting all variables by "export" without parameters. 794# However, the environment gets quite big, and some programs have problems 795# with that. --- 84 unchanged lines hidden --- | 788 echo "$$FLAGS" >$(OUTPUT)PERF-CFLAGS; \ 789 fi 790 791### Testing rules 792 793# GNU make supports exporting all variables by "export" without parameters. 794# However, the environment gets quite big, and some programs have problems 795# with that. --- 84 unchanged lines hidden --- |