#412 closed defect (fixed)

unix targets top level Makefile broken

Reported by: Joel Sherrill Owned by: Ralf Corsepius
Priority: normal Milestone: 2
Component: build Version: 4.6
Severity: major Keywords:
Cc: bugs@…, joel.sherrill@… Blocked By:
Blocking:

Description

The following error occurs when building the unix/linux
target.

Making all in c
/bin/sh: cd: c: No such file or directory
gmake: * [all-recursive] Error 1

It occurs because the Makefile generated has this:

target_SUBDIRS = c

And it should be i686-pc-linux-gnu/c.

Release:
RTEMS-4.6 and trunk

Change History (2)

comment:1 Changed on 06/12/03 at 05:45:52 by Ralf Corsepius

Status: assignedwaiting

comment:2 Changed on 06/13/03 at 15:47:46 by Joel Sherrill

Status: waitingclosed

State-Changed-From-To: feedback->closed
State-Changed-Why: All targets including POSIX built on 4.6 branch and trunk

with no obvious problems.

Note: See TracTickets for help on using tickets.