~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to tools/lib/traceevent/Makefile

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  print_install =
135
135
else
136
136
  Q = @
137
 
  print_compile =               echo '  CC                 '$(OBJ);
138
 
  print_app_build =             echo '  BUILD              '$(OBJ);
139
 
  print_fpic_compile =          echo '  CC FPIC            '$(OBJ);
140
 
  print_shared_lib_compile =    echo '  BUILD SHARED LIB   '$(OBJ);
141
 
  print_plugin_obj_compile =    echo '  CC PLUGIN OBJ      '$(OBJ);
142
 
  print_plugin_build =          echo '  CC PLUGI           '$(OBJ);
143
 
  print_static_lib_build =      echo '  BUILD STATIC LIB   '$(OBJ);
144
 
  print_install =               echo '  INSTALL     '$1'        to      $(DESTDIR_SQ)$2';
 
137
  print_compile =               echo '  CC       '$(OBJ);
 
138
  print_app_build =             echo '  BUILD    '$(OBJ);
 
139
  print_fpic_compile =          echo '  CC FPIC  '$(OBJ);
 
140
  print_shared_lib_compile =    echo '  BUILD    SHARED LIB '$(OBJ);
 
141
  print_plugin_obj_compile =    echo '  BUILD    PLUGIN OBJ '$(OBJ);
 
142
  print_plugin_build =          echo '  BUILD    PLUGIN     '$(OBJ);
 
143
  print_static_lib_build =      echo '  BUILD    STATIC LIB '$(OBJ);
 
144
  print_install =               echo '  INSTALL  '$1'   to      $(DESTDIR_SQ)$2';
145
145
endif
146
146
 
147
147
do_fpic_compile =                                       \
268
268
TRACEEVENT-CFLAGS: force
269
269
        @FLAGS='$(TRACK_CFLAGS)'; \
270
270
            if test x"$$FLAGS" != x"`cat TRACEEVENT-CFLAGS 2>/dev/null`" ; then \
271
 
                echo 1>&2 "    * new build flags or cross compiler"; \
 
271
                echo 1>&2 "  FLAGS:   * new build flags or cross compiler"; \
272
272
                echo "$$FLAGS" >TRACEEVENT-CFLAGS; \
273
273
            fi
274
274