﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
114	uClibc replaced all Makefiles 17 months ago	pingutronix	clfs-commits@…	"since uClibc replaced all Makefiles for new build infrastucture in the past Chapter 6.7.1 and 6.10.1 dont work.

Makefile is now Makefile.in
Makefiles in libc/sysdeps/linux are now Makefile, Makefile.arch, Makefile.comminarch, Makefile.in

Replace with:

{{{
cp Makefile.in{,.orig}
sed -e 's/$(LN) -fs/cp/g' Makefile.in.orig > Makefile.in
for file in `find libc/sysdeps/linux -name ""Makefile*""`; do
        cp $file{,.orig}
        sed -e 's/$(LN) -fs/cp/g' -e 's@../libc/@$(TOPDIR)libc/@g' $file.orig > $file
done
}}}
"	defect	closed	major	CLFS Embedded 1.0.0	BOOK	CLFS Embedded 1.0.0	invalid		
