<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Make command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248228#M677540</link>
    <description>Hi Tim:&lt;BR /&gt;&lt;BR /&gt;The 'make' utility analyzes the 'makefile' contents to ascertain if any of the objects are out-of-date and need to be re-compiled and/or relinked.  If so, the appropriate actions are taken.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Jul 2010 15:10:48 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-07-19T15:10:48Z</dc:date>
    <item>
      <title>Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248227#M677539</link>
      <description>When using the Make command, does it actually compile the C code again? I am running a make command and it tells me that the -A option is used only with Ansi C and so the option is ignored. The code that is being brought into the make command is only object code, so why does it care if the Ansi C compiler is on the system.&lt;BR /&gt;&lt;BR /&gt;Any insite on this would be greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 19 Jul 2010 14:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248227#M677539</guid>
      <dc:creator>Timothy P. Jackson</dc:creator>
      <dc:date>2010-07-19T14:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248228#M677540</link>
      <description>Hi Tim:&lt;BR /&gt;&lt;BR /&gt;The 'make' utility analyzes the 'makefile' contents to ascertain if any of the objects are out-of-date and need to be re-compiled and/or relinked.  If so, the appropriate actions are taken.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2010 15:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248228#M677540</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-07-19T15:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248229#M677541</link>
      <description>&lt;!--!*#--&gt;&amp;gt; When using the Make command, does it&lt;BR /&gt;&amp;gt; actually compile the C code again? [...]&lt;BR /&gt;&lt;BR /&gt;It does what the makefile tells it to do.&lt;BR /&gt;With my weak psychic powers, I can't see&lt;BR /&gt;what's in your makefile, nor what you've done&lt;BR /&gt;so far.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it tells me [...]&lt;BR /&gt;&lt;BR /&gt;_WHO_ tells you?  As usual, showing actual&lt;BR /&gt;commands with their actual error messages can&lt;BR /&gt;be more helpful than vague descriptions and&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;For starters, what is this system?&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;This sounds like an attempt to use a (lame)&lt;BR /&gt;bundled C compiler to do some serious work,&lt;BR /&gt;for which it was not intended.  But with&lt;BR /&gt;approximately no useful information, it's&lt;BR /&gt;hard to be sure.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] so why does it care [...]&lt;BR /&gt;&lt;BR /&gt;Why does _WHO_ care?  If you're trying to use&lt;BR /&gt;C compiler options which don't exist on your&lt;BR /&gt;C compiler, then the compiler might care.</description>
      <pubDate>Mon, 19 Jul 2010 15:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248229#M677541</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-07-19T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248230#M677542</link>
      <description>&amp;gt;does it actually compile the C code again?&lt;BR /&gt;&lt;BR /&gt;Only if your .c files are newer than your .o files.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;why does it care if the ANSI C compiler is on the system.&lt;BR /&gt;&lt;BR /&gt;The cc driver doesn't bother to use advanced AI technology to determine that the option specified would be ignored anyway.  Since you didn't pay for it, the cost would be too high.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2010 18:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248230#M677542</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-07-19T18:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248231#M677543</link>
      <description>Thanks everyone!&lt;BR /&gt;&lt;BR /&gt;I think I understand now what I am looking at.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 19 Jul 2010 18:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248231#M677543</guid>
      <dc:creator>Timothy P. Jackson</dc:creator>
      <dc:date>2010-07-19T18:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Make command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248232#M677544</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Jul 19, 2010 16:13:41 GMT   2 pts &lt;BR /&gt;&lt;BR /&gt;And what would you say that the (nearly&lt;BR /&gt;information-free) question was worth?&lt;BR /&gt;&lt;BR /&gt;By the way,&lt;BR /&gt;&lt;BR /&gt;      man make&lt;BR /&gt;&lt;BR /&gt;explains a few basic facts about "make".</description>
      <pubDate>Tue, 20 Jul 2010 00:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-command/m-p/5248232#M677544</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-07-20T00:44:35Z</dc:date>
    </item>
  </channel>
</rss>

