what was the cygwin fix?

Ralf Corsepius corsepiu at faw.uni-ulm.de
Tue Mar 25 21:00:48 UTC 2003


Am Die, 2003-03-25 um 21.09 schrieb Joel Sherrill:
> gregory.menke at gsfc.nasa.gov wrote:
> > 
> > I've just had occasion to be compiling RTEMS under cygwin and am
> > running into that stupid // problem when installing.  IIRC, someone
> > came up with a reasonable kludge to at least get around the problem-
> > but I didn't save the email.  Could someone repost it?


> Ralf ... did you approve a  fix and commit it?  

The fix is on the rtems-4-6-branch in CVS.

In cpukit/wrapup/Makefile.am change this:
  
 install-data-hook: $(LIB)
-       @$(mkinstalldirs) $(DESTDIR)/$(libdir)
-       $(INSTALL_DATA) $(LIB) $(DESTDIR)/$(libdir)
+       @$(mkinstalldirs) $(DESTDIR)$(libdir)
+       $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)

                                                                     
Ralf













More information about the users mailing list