mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
Disconnect Alpha from 'make universe'.
This commit is contained in:
parent
1e967a0b4e
commit
bedda28871
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -266,7 +266,7 @@ universe_prologue:
|
|||
@echo "--------------------------------------------------------------"
|
||||
@echo ">>> make universe started on ${STARTTIME}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.for target in i386 i386:pc98 sparc64 alpha ia64 amd64
|
||||
.for target in i386 i386:pc98 sparc64 ia64 amd64
|
||||
.for arch in ${target:C/:.*$//}
|
||||
.for mach in ${target:C/^.*://}
|
||||
KERNCONFS!= cd ${.CURDIR}/sys/${mach}/conf && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue