pc386 BSP install fails: pr743 side-effect ?

Chris Johns chrisj at rtems.org
Mon May 23 00:56:11 UTC 2005


Joel Sherrill <joel at OARcorp.com> wrote:
> 
> Looks like a typo. Try this patch and let us know.
> 

That patch did not work but this one does. Ralf, is this ok to commit to 
the rtrems-4-6-branch ?

Index: Makefile.am
===================================================================
RCS file: 
/usr1/CVS/rtems/c/src/lib/libbsp/i386/pc386/clock/Attic/Makefile.am,v
retrieving revision 1.7.2.2
diff -p -u -r1.7.2.2 Makefile.am
--- Makefile.am 20 Jan 2005 16:54:45 -0000      1.7.2.2
+++ Makefile.am 23 May 2005 00:32:45 -0000
@@ -2,7 +2,7 @@
  ## $Id: Makefile.am,v 1.7.2.2 2005/01/20 16:54:45 joel Exp $
  ##

-VPATH = @srcdir@:@srcdir@/../../shared/tod:@srcdir@/../../../shared
+vpath %.c @srcdir@:@srcdir@/../../shared/tod:@srcdir@/../../../shared

  PGM = $(ARCH)/clock.rel

@@ -13,7 +13,7 @@ include_HEADERS = tod.h

  tod.h: $(top_srcdir)/../../shared/tod.h
         cp $< $@
-CLEANFILES = tod
+CLEANFILES = tod.h

  $(PROJECT_INCLUDE):
         $(mkinstalldirs) $@

-- 
  Chris Johns



More information about the users mailing list