Add amd64 to universe.
Approved by: peter
This commit is contained in:
parent
ec6001d98e
commit
506f4c06ae
2
Makefile
2
Makefile
@ -230,7 +230,7 @@ universe:
|
||||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> make universe started on ${STARTTIME}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.for arch in i386 sparc64 alpha ia64
|
||||
.for arch in i386 sparc64 alpha ia64 amd64
|
||||
.for mach in ${arch} ${${arch}_mach}
|
||||
@echo ">> ${mach} started on `LC_ALL=C date`"
|
||||
-cd ${.CURDIR} && ${MAKE} buildworld \
|
||||
|
Loading…
Reference in New Issue
Block a user