[emacs] make bootstrap

This commit is contained in:
Gwenhael Le Moine 2023-04-07 11:54:51 +02:00
parent d5c2422e76
commit 8046c411a4
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -152,6 +152,7 @@ CFLAGS="$SLKCFLAGS" \
# --with-x-toolkit=${X_TOOLKIT:-gtk3} \
# --without-toolkit-scroll-bars \
make bootstrap $NUMJOBS || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1