のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

make

$ set -x
$ mm
+ mm
+ '[' -f build/core/envsetup.mk -a -f Makefile ']'
++ gettop
++ local TOPFILE=build/core/envsetup.mk
++ '[' -n '' -a -f /build/core/envsetup.mk ']'
++ '[' -f build/core/envsetup.mk ']'
++ local HERE=/home/m_fujii/KK442r1_org/android/external/skia
++ T=
++ '[' '(' '!' '(' -f build/core/envsetup.mk ')' ')' -a '(' /home/m_fujii/KK442r1_org/android/external/skia '!=' / ')' ']'
++ cd ..
+++ PWD=
+++ /bin/pwd
++ T=/home/m_fujii/KK442r1_org/android/external
++ '[' '(' '!' '(' -f build/core/envsetup.mk ')' ')' -a '(' /home/m_fujii/KK442r1_org/android/external '!=' / ')' ']'
++ cd ..
+++ PWD=
+++ /bin/pwd
++ T=/home/m_fujii/KK442r1_org/android
++ '[' '(' '!' '(' -f build/core/envsetup.mk ')' ')' -a '(' /home/m_fujii/KK442r1_org/android '!=' / ')' ']'
++ cd /home/m_fujii/KK442r1_org/android/external/skia
++ '[' -f /home/m_fujii/KK442r1_org/android/build/core/envsetup.mk ']'
++ echo /home/m_fujii/KK442r1_org/android
+ T=/home/m_fujii/KK442r1_org/android
++ findmakefile
++ TOPFILE=build/core/envsetup.mk
++ local HERE=/home/m_fujii/KK442r1_org/android/external/skia
++ T=
++ '[' '(' '!' '(' -f build/core/envsetup.mk ')' ')' -a '(' /home/m_fujii/KK442r1_org/android/external/skia '!=' / ')' ']'
+++ PWD=
+++ /bin/pwd
++ T=/home/m_fujii/KK442r1_org/android/external/skia
++ '[' -f /home/m_fujii/KK442r1_org/android/external/skia/Android.mk ']'
++ echo /home/m_fujii/KK442r1_org/android/external/skia/Android.mk
++ cd /home/m_fujii/KK442r1_org/android/external/skia
++ return
+ local M=/home/m_fujii/KK442r1_org/android/external/skia/Android.mk
+ local MODULES=
+ local GET_INSTALL_PATH=
+ local ARGS=
++ echo /home/m_fujii/KK442r1_org/android/external/skia/Android.mk
++ sed s:/home/m_fujii/KK442r1_org/android/::
+ local M=external/skia/Android.mk
+ '[' '!' /home/m_fujii/KK442r1_org/android ']'
+ '[' '!' external/skia/Android.mk ']'
+ '[' -n '' ']'
+ MODULES=all_modules
+ ARGS=
+ ONE_SHOT_MAKEFILE=external/skia/Android.mk
+ make -C /home/m_fujii/KK442r1_org/android -f build/core/main.mk all_modules
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.2
TARGET_PRODUCT=aosp_hammerhead
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=krait
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.13.0-27-generic-x86_64-with-Ubuntu-14.04-trusty
HOST_BUILD_TYPE=release
BUILD_ID=KOT49H
OUT_DIR=out
============================================
PRODUCT_COPY_FILES device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml ignored.
make: Entering directory `/home/m_fujii/KK442r1_org/android'
make: Nothing to be done for `all_modules'.
make: Leaving directory `/home/m_fujii/KK442r1_org/android'
++ echo -ne '\033]0;[arm-aosp_hammerhead-userdebug] m_fujii@Ubuntu1404lts: /home/m_fujii/KK442r1_org/android\007'
m_fujii@Ubuntu1404lts:~/KK442r1_org/android/external/skia$ 

*1401533072*[android] envsetup.shにmmaとmmmaが増えてた
><blockquote cite="http://tools.oesf.biz/android-4.4.2_r1.0/xref/build/envsetup.sh" title="Cross 
Reference: /build/envsetup.sh"><
>||
      3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
      4 - lunch:   lunch <product_name>-<build_variant>
      5 - tapas:   tapas [<App1> <App2> ...] [arm|x86|mips|armv5] [eng|userdebug|user]
      6 - croot:   Changes directory to the top of the tree.
      7 - m:       Makes from the top of the tree.
      8 - mm:      Builds all of the modules in the current directory, but not their dependencies.
      9 - mmm:     Builds all of the modules in the supplied directories, but not their dependencies.
     10 - mma:     Builds all of the modules in the current directory, and their dependencies.
     11 - mmma:    Builds all of the modules in the supplied directories, and their dependencies.
     12 - cgrep:   Greps on all local C/C++ files.
     13 - jgrep:   Greps on all local Java files.
     14 - resgrep: Greps on all local res/*.xml files.
     15 - godir:   Go to the directory containing a file.