[Buildroot] [PATCH 3/4] setserial: convert to autotargets and fix bug 2269

Peter Korsgaard jacmet at uclibc.org
Mon Jul 26 22:50:58 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> +Index: setserial-2.17/Makefile.in
 Thomas> +===================================================================
 Thomas> +--- setserial-2.17.orig/Makefile.in
 Thomas> ++++ setserial-2.17/Makefile.in
 Thomas> +@@ -26,9 +26,11 @@
 Thomas> + 	nroff -man setserial.8 > setserial.cat
 Thomas> + 
 Thomas> + install: setserial setserial.8
 Thomas> +-	$(INSTALL_PROGRAM) setserial $(DESTDIR)/bin
 Thomas> ++	mkdir -p $(DESTDIR)/usr/bin
 Thomas> ++	$(INSTALL_PROGRAM) setserial $(DESTDIR)/usr/bin
 Thomas> + 	$(STRIP) $(DESTDIR)/bin/setserial

That strip should go.

You're also not renaming setserial-tiocghayesesp-build-fix.patch, so
we're back with 5a2844c748.

Other than that it looks good.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list