Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

usr.sbin/iscsi-initiator breaks build



Hello,

it seems that something like the attached patch is needed to teach
iscsi-initiator about BINDIR; otherwise it gets installed to / instead
of /usr/bin:

[...]
=======  1 extra files in DESTDIR  =========
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
------------------------------------------
./iscsi-initiator
=========  end of 1 extra files  ===========
======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/sbin/iscsi-initiator
========  end of 1 missing files  ==========
*** [checkflist] Error code 1
1 error
[...]


Regards, Jukka

-- 
This email fills a much-needed gap in the archives.
Index: usr.sbin/iscsi/initiator/Makefile
===================================================================
RCS file: /cvsroot/src/usr.sbin/iscsi/initiator/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- usr.sbin/iscsi/initiator/Makefile   20 Jun 2009 04:12:55 -0000      1.3
+++ usr.sbin/iscsi/initiator/Makefile   20 Jun 2009 12:57:44 -0000
@@ -1,5 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2009/06/20 04:12:55 agc Exp $
 
+.sinclude "${.CURDIR}/../../Makefile.inc"
+
 .include <bsd.own.mk>
 
 PROG=iscsi-initiator


Home | Main Index | Thread Index | Old Index