| Anonymous | Login | Signup for a new account | 11-10-2008 10:44 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000229 | [buildroot] Other | major | always | 04-19-05 16:54 | 02-12-07 05:51 | ||||
| Reporter | cac | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000229: readline install puts things in very wrong places | ||||||||
| Description |
readline install should place a number of files in $(TARGET_DIR)/include, info, lib, man. It is using the path $(TARGET_DIR) multiple times in the install path construction. This can be observed easily (e.g. if TARGET_DIR begins "/home/...", the directory "home" will appear in ../root/ For example: readline-5.0/doc/Makefile installdirs: .... -$(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(infodir) ... DESTDIR -> /home/cac/build/buildroot/buildroot/build_i386/root infodir -> /home/cac/build/buildroot/buildroot/build_i386/staging_dir/info These variables are set my the invoking make (readline-5.0/Makefile). readline- |
||||||||
| Additional Information |
buildroot committed-date="2004-10-09T01:06:03.000000Z" |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |