Mag im der toolchain nicht mit allen patches. Autopatch ausgeschaltet,

und funktionierende patches von hand eingebunden (SrcPatch)



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4478 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-07 07:21:08 +00:00
parent f59d026601
commit fdf0a6ad63

View File

@ -80,8 +80,11 @@
SRCPATH=Base/System
(( MKPKG = $MKPKG | 8 ))
(( MKPKG = $MKPKG | 16 ))
(( MKPKG = $MKPKG | 128 ))
premk() {
# SrcPatch $MAKEDIR/coreutils* $LFSSOURCE/$SRCPATH/coreutils-6.11-suppress_uptime_kill_su-1.patch*
SrcPatch $MAKEDIR/coreutils* $LFSSOURCE/$SRCPATH/coreutils-6.11-uname-1.patch*
sed -i "s/futimens/gl_&/" $(grep -lr futimens *)
}
@ -98,3 +101,4 @@ mk() {
postmk() {
echo "Nothing to to for postmk()"
}