You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/20 19:16:40 UTC

DO NOT REPLY [Bug 45287] build failure because of difference between BSD and GNU make

https://issues.apache.org/bugzilla/show_bug.cgi?id=45287


rahul <ra...@sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #2 from rahul <ra...@sun.com>  2008-08-20 10:16:40 PST ---
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


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org