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
0004454 [buildroot] New Features major always 08-04-08 16:07 08-16-08 05:02
Reporter mdombroski View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0004454: makefile.autotools.in breaks _CONF_OPT
Description The $($(PKG)_CONF_OPT) line is left off ./configure in makefile.autotools.in due to forgotten newline.
Additional Information beginning at line 216:

$($(PKG)_CONF_ENV) \
    ./configure \
    --target=$(GNU_TARGET_NAME) \
    --host=$(GNU_TARGET_NAME) \
    --build=$(GNU_HOST_NAME) \
    --prefix=/usr \
    --exec-prefix=/usr \
    --sysconfdir=/etc \
    $(if $(findstring s,$(MAKEFLAGS)),--quiet,)
    $($(PKG)_CONF_OPT)
$(Q)touch $@

can someone please escape the newline at the end of
$(if $(findstring s,$(MAKEFLAGS)),--quiet,)
with a backslash.
Attached Files

- Relationships

- Notes
(0010484)
jacmet
08-16-08 05:02

Sorry about that, fixed in r23089
 

- Issue History
Date Modified Username Field Change
08-04-08 16:07 mdombroski New Issue
08-04-08 16:07 mdombroski Status new => assigned
08-04-08 16:07 mdombroski Assigned To  => buildroot
08-16-08 05:02 jacmet Status assigned => closed
08-16-08 05:02 jacmet Note Added: 0010484
08-16-08 05:02 jacmet Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker