<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>podhmo</author_name>
  <author_url>https://blog.hatena.ne.jp/podhmo/</author_url>
  <blog_title>podhmo's diary</blog_title>
  <blog_url>https://pod.hatenablog.com/</blog_url>
  <categories>
    <anon>make</anon>
  </categories>
  <description>makefile中でサブディレクトリのmakefileや別のタスクを呼びたい時がある。このような場合には $(MAKE) を使う(くわしくはこのあたり)。起動している自身のコマンドで呼び出してくれるので便利(たとえばmakeがgmakeなどのコマンド名だった場合にgmakeが使われるということ) foo: $(MAKE) -f foo.mk この時の値の受け渡しについて 通常は変数は引き継がない 通常は変数は引き継がない。例えば以下のように :default: を入れた変数VALUEを用意し、そこからfoo.mkを呼ぼうとしても伝搬しない。 VALUE ?= :default: foo: $(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpod.hatenablog.com%2Fentry%2F2017%2F06%2F09%2F214847&quot; title=&quot;makeの再帰と値の受け渡しについて - podhmo&amp;#39;s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-09 21:49:58</published>
  <title>makeの再帰と値の受け渡しについて</title>
  <type>rich</type>
  <url>https://pod.hatenablog.com/entry/2017/06/09/214847</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
