BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001209 [buildroot] Architecture Specific minor always 02-12-07 05:12 06-26-07 06:48
Reporter bagland View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0001209: uClibc won't build when GREP_OPTIONS is set
Description If the environment variable GREP_OPTIONS contains -n, uClibc won't build because of this line: TARGET_ARCH:=$(shell grep -s ^TARGET_ARCH $(TOPDIR)/.config | sed -e 's/^TARGET_ARCH=//' -e 's/"//g') in uClibc/Rules.mk.
TARGET_ARCH becomes "30:arm", which leads to problems while running fix_includes.sh.
The attached patch test for GREP_OPTIONS at the beginning of the build.
Additional Information
Attached Files  grep_options.patch [^] (798 bytes) 02-12-07 05:12

- Relationships

- Notes
(0002518)
bernhardf
06-26-07 06:48

Applied, thanks.
 

- Issue History
Date Modified Username Field Change
02-12-07 05:12 bagland New Issue
02-12-07 05:12 bagland Status new => assigned
02-12-07 05:12 bagland Assigned To  => uClibc
02-12-07 05:12 bagland File Added: grep_options.patch
02-12-07 05:33 vapier Assigned To uClibc => buildroot
06-26-07 06:48 bernhardf Status assigned => closed
06-26-07 06:48 bernhardf Note Added: 0002518
06-26-07 06:48 bernhardf Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker