In article <201001081901.o08j1pjc062...@svn.freebsd.org>
"Bjoern A. Zeeb" <b...@freebsd.org> writes:

>   To avoid hardcoding further kernel configuration names for
>   make universe, split the logic into two parts:
>   - 1st to build worlds and generate kernel configs like LINT.
>   - 2nd to build kernels for a given TARGET architecture correctly
>     finding all newly generated configs, not knowing anything about
>     LINT anymore. (*)

> +universe_kernels: universe_kernconfs
> +BUILD_ARCH!= uname -p

Should this be "uname -m"?


> +TARGET?=     ${BUILD_ARCH}
> +KERNCONFS!=  cd ${.CURDIR}/sys/${TARGET}/conf && \
> +             find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
> +             ! -name DEFAULTS ! -name NOTES

---
TAKAHASHI Yoshihiro <n...@freebsd.org>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to