make -jN parallel builds is broken

2013-05-31 Thread Andre Oppermann

Any ideas how to fix this?

# make -j8 buildworld
--- buildworld ---
make: illegal option -- J
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
*** [buildworld] Error code 2

make: stopped in /u/svn/commit/head4
1 error

--
Andre
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: make -jN parallel builds is broken

2013-05-31 Thread Florent Peterschmitt
Le 31/05/2013 12:13, Andre Oppermann a écrit :
 Any ideas how to fix this?
 
 # make -j8 buildworld
 --- buildworld ---
 make: illegal option -- J
 usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
 [-d flags] [-E variable] [-f makefile] [-I directory]
 [-j max_jobs] [-m directory] [-V variable]
 [variable=value] [target ...]
 *** [buildworld] Error code 2
 
 make: stopped in /u/svn/commit/head4
 1 error
 

See here:

http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html

-- 
Florent Peterschmitt   | Please:
flor...@peterschmitt.fr|  * Avoid HTML/RTF in E-mail
+33 (0)6 64 33 97 92   |  * PDF for documents
http://florent.peterschmitt.fr | Thank you :)



signature.asc
Description: OpenPGP digital signature


Re: make -jN parallel builds is broken

2013-05-31 Thread Andre Oppermann

On 31.05.2013 12:17, Florent Peterschmitt wrote:

Le 31/05/2013 12:13, Andre Oppermann a écrit :

Any ideas how to fix this?

# make -j8 buildworld
--- buildworld ---
make: illegal option -- J
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
 [-d flags] [-E variable] [-f makefile] [-I directory]
 [-j max_jobs] [-m directory] [-V variable]
 [variable=value] [target ...]
*** [buildworld] Error code 2

make: stopped in /u/svn/commit/head4
1 error



See here:

http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html


Blowing away /usr/obj fixed the issue.  Apparently make clean isn't
sufficient.

Thanks
--
Andre

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


GEOM (GPART) filtered device tree

2013-05-31 Thread Slawa Olhovchenkov
I am try to build SAN with iSCSI access based on FreeBSD+ZFS.
LUN emulated by ZFS volume. Because partitioned not contrlled and can
be dangerous (even threat host OS) I needed to filtered some /dev
subtree from GPART (temporary or permanently).

How do i do this?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org