<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/Makefile, branch v1.5.0</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.5.0</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.5.0'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2012-05-07T07:19:39+00:00</updated>
<entry>
<title>Release mtd-utils-1.5.0</title>
<updated>2012-05-07T07:19:39+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2012-05-07T07:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f'/>
<id>urn:sha1:ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: fixup previous 'make clean' fix</title>
<updated>2012-04-02T08:09:25+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2012-03-28T23:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d970b4850204553b8cc3bcba6d7219945b15d67c'/>
<id>urn:sha1:d970b4850204553b8cc3bcba6d7219945b15d67c</id>
<content type='text'>
Apparently, Makefile comments need to be made without indentation. Otherwise,
they are printed out as shell commands. This fix prevents seeing this in your
shell during 'make clean':

  $ make clean
  ...
  # findutils v4.1.x (RHEL 4) do not have '+' syntax
  ...

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: fix "make clean" for old GNU find</title>
<updated>2012-03-12T13:07:27+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2012-03-09T17:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=424050cf57f797d635059b18ba6b8591c3fc126f'/>
<id>urn:sha1:424050cf57f797d635059b18ba6b8591c3fc126f</id>
<content type='text'>
findutils v4.1.x does not have the `-exec CMD {} +' syntax. We can just as
easily use the `-exec CMD {} \;' syntax. However, it will launch a lot more
`rm' processes, so we only use it if the first form fails with an error.
This isn't a perfect solution (`find -exec +' can fail for other reasons)
but it works well enough.

This problem manifests itself in RHEL 4, findutils 4.1.20:

  $ make clean
  rm -f /XXX/mtd-utils/*.o /XXX/mtd-utils/ftl_format  ...
  find: missing argument to `-exec'
  make: *** [clean] Error 1

Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Release mtd-utils-1.4.9</title>
<updated>2011-12-17T14:38:56+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>artem.bityutskiy@linux.intel.com</email>
</author>
<published>2011-12-17T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=995cfe51b0a3cf32f381c140bf72b21bf91cef1b'/>
<id>urn:sha1:995cfe51b0a3cf32f381c140bf72b21bf91cef1b</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: separate man page install and compression steps</title>
<updated>2011-11-22T21:31:24+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-19T21:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=4ff3ab5a610fc150ec50bf16b1fb0b0c00e281a2'/>
<id>urn:sha1:4ff3ab5a610fc150ec50bf16b1fb0b0c00e281a2</id>
<content type='text'>
If the system doesn't have gzip installed, we should still be able
to install the man pages.  So install the file in one step, and then
compress it in another (and ignore failures from that).

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: fix install target with out-of-tree builds</title>
<updated>2011-11-22T21:31:18+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-11-19T21:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=952f4b15bd0bbcd2d7ef1a60e316fab309dcce5a'/>
<id>urn:sha1:952f4b15bd0bbcd2d7ef1a60e316fab309dcce5a</id>
<content type='text'>
The install target always looks for the compiled binaries in the working
directory which breaks when doing something like `make CHOST=... install`.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>1.4.8 release</title>
<updated>2011-11-19T20:40:45+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@intel.com</email>
</author>
<published>2011-11-19T20:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=d37fcc0afd0d4a14c56812847e8e4257d0a99e3b'/>
<id>urn:sha1:d37fcc0afd0d4a14c56812847e8e4257d0a99e3b</id>
<content type='text'>
Unfortunately I forgot to update the version in Makefile and tagged v1.4.7.
To fix this, I could not invent anything better than cut a new release 1.4.8.

Sorry for this :-(

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: get rid of linker error</title>
<updated>2011-09-21T06:35:03+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=cbfaa5b64f8bd9844094d49f42ff7620ec71418e'/>
<id>urn:sha1:cbfaa5b64f8bd9844094d49f42ff7620ec71418e</id>
<content type='text'>
There is a linker errors:
	undefined reference to `target_endian'

This patch fixes the issue and turns on the jffs2reader build in the Makefile.

Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Bumb version number</title>
<updated>2011-08-20T03:47:50+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2011-08-20T03:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=b602ab59b9782003d1179488d8c1580bc8563738'/>
<id>urn:sha1:b602ab59b9782003d1179488d8c1580bc8563738</id>
<content type='text'>
We released mtd-utils 1.4.6 as a bug-fix release. Bump the version number
in Makefile.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>Makefile: show nice message when checking version.h</title>
<updated>2011-07-20T05:28:52+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-07-07T20:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=f1fe865bc582649c85f4ece1baf2905f877d3964'/>
<id>urn:sha1:f1fe865bc582649c85f4ece1baf2905f877d3964</id>
<content type='text'>
Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
</feed>
