Summary: | build failure because of difference between BSD and GNU make | ||
---|---|---|---|
Product: | Apache httpd-2 | Reporter: | Takashi Sato <takashi.asfbugzilla> |
Component: | Build | Assignee: | Apache HTTPD Bugs Mailing List <bugs> |
Status: | NEEDINFO --- | ||
Severity: | minor | CC: | pgollucci |
Priority: | P4 | ||
Version: | 2.5-HEAD | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | FreeBSD |
Description
Takashi Sato
2008-06-26 06:04:28 UTC
Noted; interesting analysis thank you(!) Commenting so this pops to the top of my bugzilla query for followup. Has this been fixed in trunk? I could not reproduce it in trunk, |uname -a FreeBSD vayavyam.India.Sun.COM 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 |make export_files tmp=export_files_unsorted.txt; rm -f $tmp && touch $tmp; for dir in /space/store/apache.20.Aug/httpd/include /space/store/apache.20.Aug/httpd/os/unix; do ls $dir/*.h >> $tmp; done; for dir in /space/store/apache.20.Aug/httpd/srclib/apr/include /space/store/apache.20.Aug/httpd/srclib/apr-util/include; do (ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); done; sort -u $tmp > export_files; rm -f $tmp |which make /usr/bin/make CC myself on FreeBSD related bugs Undo spam change |