diff options
author | danfe <danfe@FreeBSD.org> | 2013-05-27 15:58:10 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-05-27 15:58:10 +0800 |
commit | ab39b621d552b970d310634b15e6f01d2dd2f53c (patch) | |
tree | 92c0269a68582cc5d0215ef94cc75a9a652c7209 /www | |
parent | a016808215116debec28c4369f9eee4432e5c0bf (diff) | |
download | freebsd-ports-gnome-ab39b621d552b970d310634b15e6f01d2dd2f53c.tar.gz freebsd-ports-gnome-ab39b621d552b970d310634b15e6f01d2dd2f53c.tar.zst freebsd-ports-gnome-ab39b621d552b970d310634b15e6f01d2dd2f53c.zip |
There is a bug (misfeature?) in our make(1) with certain Makefiles, when the
build breaks once -jX is passed (with any X), e.g. for this port:
cc ck_mdb.o ck_volume.o ck_btree.o hfsck.o util.o main.o ../suid.o
../version.o -L../libhfs -lhfs -o hfsck
cc: ../suid.o: No such file or directory
cc: ../version.o: No such file or directory
*** Error code 1
1 error
*** Error code 2
1 error
===> Compilation failed unexpectedly.
Reluctantly force GNU make(1) for the time being with corresponding comment.
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions