On Sat, Dec 26, 2009 at 9:34 AM, Wolfram Sang <[email protected]> wrote: > PTXdist can cope with that now. > > Signed-off-by: Wolfram Sang <[email protected]> > --- > ...03-Makefile.in-don-t-strip-during-install.patch | 25 > -------------------- > patches/hexedit-1.2.12/series | 1 - > 2 files changed, 0 insertions(+), 26 deletions(-) > delete mode 100644 > patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch > > diff --git > a/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch > b/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch > deleted file mode 100644 > index a137cfe..0000000 > --- a/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch > +++ /dev/null > @@ -1,25 +0,0 @@ > -From e6a499abadedab27c98b17c0d7c0cbe2dbabed51 Mon Sep 17 00:00:00 2001 > -From: Marc Kleine-Budde <[email protected]> > -Date: Mon, 27 Jul 2009 22:24:28 +0200 > -Subject: [PATCH 3/3] [Makefile.in] don't strip during install > - > -Signed-off-by: Marc Kleine-Budde <[email protected]> > ---- > - Makefile.in | 2 +- > - 1 files changed, 1 insertions(+), 1 deletions(-) > - > -diff --git a/Makefile.in b/Makefile.in > -index 5a61be8..8beb56c 100644 > ---- a/Makefile.in > -+++ b/Makefile.in > -@@ -42,6 +42,6 @@ distclean: clean > - > - install: $(PRODUCT) > - $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) > -- $(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)$(bindir) > -+ $(INSTALL) -m 755 $(PRODUCT) $(DESTDIR)$(bindir) > - $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1 > - $(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)$(mandir)/man1 > --- > -1.6.3.3 > - > diff --git a/patches/hexedit-1.2.12/series b/patches/hexedit-1.2.12/series > index cfe6eb2..299a9d8 100644 > --- a/patches/hexedit-1.2.12/series > +++ b/patches/hexedit-1.2.12/series > @@ -1,3 +1,2 @@ > 0001-Makefile.in-use-CPPFLAGS.patch > 0002-Makefile.in-add-DESTDIR-support.patch > -0003-Makefile.in-don-t-strip-during-install.patch > -- > 1.6.5
Wolfram, I am getting the following error now in hexedit with this patch removed: ----------------------- target: hexedit.install ----------------------- make[1]: Entering directory `/home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/build-target/hexedit-1.2.12' /usr/bin/install -c -d -m 755 /home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/packages/hexedit-1.2.12/usr/bin /usr/bin/install -c -s -m 755 hexedit /home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/packages/hexedit-1.2.12/usr/bin strip: Unable to recognise the format of the input file `/home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/packages/hexedit-1.2.12/usr/bin/hexedit' /usr/bin/install: strip process terminated abnormally make[1]: Leaving directory `/home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/build-target/hexedit-1.2.12' make[1]: *** [install] Error 1 make: *** [/home/ringlej/git/wave-autobuild/Platform/Volcano/os/ptxdist/isc/platform-ISC/state/hexedit.install] Error 2 Jon -- ptxdist mailing list [email protected]
