This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/13810] install_root broken for install-headers


http://sourceware.org/bugzilla/show_bug.cgi?id=13810

Christer Solskogen <christer.solskogen at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED
     Ever Confirmed|1                           |0

--- Comment #4 from Christer Solskogen <christer.solskogen at gmail dot com> 2012-03-06 14:18:58 UTC ---
I *think* I know why now. I think the fault is make. 
Because this works:

With GNU Make 3.82

configure...
cat >> configparms<< EOF
install-bootstrap-headers=yes
cross-compiling=yes
install_root=$PWD/dest
EOF
make install-headers

With 
GNU Make 3.81
configure...
make install-headers install-bootstrap-headers=yes cross-compiling=yes
install_root=$PWD/dest

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]