Skip to content

Commit 54ae058

Browse files
Replayed multiple commits
See: * 993d0a2 * c6e500b ...for details.
1 parent 38b2a34 commit 54ae058

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sys/arch/sgi/conf/Makefile.sgi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,13 @@ cache_tfp_subr.o ip30_nmi.o: assym.h
155155
hardlink-obsd:
156156
[[ ! -f /bsd ]] || cmp -s bsd /bsd || ln -f /bsd /obsd
157157

158+
reconfig:
159+
[[ ! -f /etc/bsd.re-config ]] || config -e -c /etc/bsd.re-config -f bsd
160+
158161
newinstall:
159162
install -m 700 -F bsd /bsd && sha256 -h /var/db/kernel.SHA256 /bsd
160163

161-
install: update-link hardlink-obsd newinstall
164+
install: update-link hardlink-obsd reconfig newinstall
162165

163166
# pull in the dependency information
164167
.ifnmake clean

0 commit comments

Comments
 (0)