| Anonymous | Login | Signup for a new account | 11-10-2008 12:37 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 | ||||
| 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 | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |