<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/Makefile, branch v1.4.9</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.9</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.9'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2011-12-17T14:38:56+00:00</updated>
<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>
<entry>
<title>Makefile: fix "make clean" for cross-compile</title>
<updated>2011-07-20T05:26:25+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-07-07T20:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=ddea54a714039e6efe57b51b78a63723d9eb3093'/>
<id>urn:sha1:ddea54a714039e6efe57b51b78a63723d9eb3093</id>
<content type='text'>
When cross-compiling (make CROSS=mipsel-linux-), I get this error:

rm -rf /home/norris/git/mtd-utils/mipsel-linux
find /home/norris/git/mtd-utils/mipsel-linux/ -xdev \
		'(' -name '*.[ao]' -o -name '.*.c.dep' ')' \
		-exec rm -f {} +
find: `/home/norris/git/mtd-utils/mipsel-linux/': No such file or directory
make: *** [clean] Error 1

Now, for cross-compiling, we've already deleted the $(BUILDDIR), so we
should check this before cleaning individual objects with "find."

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>
<entry>
<title>Makefile: fix "version.h" build for cross-compiling</title>
<updated>2011-07-20T05:23:47+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-07-07T22:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=9a38f97d1cebcda5bb49032b1079d383ff34de3d'/>
<id>urn:sha1:9a38f97d1cebcda5bb49032b1079d383ff34de3d</id>
<content type='text'>
When using "make CROSS=mipsel-linux-", I get the following errors:

/bin/sh: /home/norris/git/mtd-utils/mipsel-linux/include/version.h.tmp: No such file or directory
make: *** [/home/norris/git/mtd-utils/mipsel-linux/include/version.h.tmp] Error 1

Fix (suggested by Mike Frysinger): create the directory if it doesn't
exist. Also, $(CC) needs to be able to find the generated header in
$(BUILDDIR)/include.

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>
<entry>
<title>mtd-utils: kill flash_info</title>
<updated>2011-06-29T05:42:41+00:00</updated>
<author>
<name>Brian Norris</name>
<email>computersforpeace@gmail.com</email>
</author>
<published>2011-06-27T18:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=443188385cc3aa9d059012df6380ce6bbfed1393'/>
<id>urn:sha1:443188385cc3aa9d059012df6380ce6bbfed1393</id>
<content type='text'>
According to "feature-removal-schedule," we kill flash_info in favor of
mtdinfo.

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;dedekind1@gmail.com&gt;
</content>
</entry>
</feed>
