Dominique Leuenberger 2021-12-08 21:08:22 +00:00 committed by Git OBS Bridge
commit 81b64c64f1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 22 15:02:29 UTC 2021 - Martin Liška <mliska@suse.cz>
- Use %make_build macro.
-------------------------------------------------------------------
Fri Nov 19 14:16:04 UTC 2021 - Dr. Werner Fink <werner@suse.de>

View File

@ -486,7 +486,7 @@ ac_cv_lib_gif_EGifPutExtensionLast=yes
export ac_cv_lib_gif_EGifPutExtensionLast
CFLAGS="$CFLAGS $SMALL -DPDMP_BASE='\"emacs-nox\"'" ./configure ${COMP} ${PREFIX} ${NOX11} ${SYS} --with-dumping=pdumper
make bootstrap V=1
%make_build bootstrap
make -C lisp/ updates compile V=1
for i in $(find site-lisp/ -name '*.el'); do
EMACSLOADPATH='' src/emacs -batch -q --no-site -f batch-byte-compile $i
@ -496,13 +496,13 @@ cp src/emacs.pdmp emacs-nox.pdmp
make distclean
#
CFLAGS="$CFLAGS $LARGE -DPDMP_BASE='\"emacs-gtk\"'" ./configure ${COMP} ${PREFIX} ${GTK} ${SYS} --with-dumping=pdumper
make %{?_smp_mflags}
%make_build
cp src/emacs emacs-gtk
cp src/emacs.pdmp emacs-gtk.pdmp
make distclean
#
CFLAGS="$CFLAGS $LARGE -DPDMP_BASE='\"emacs-x11\"'" ./configure ${COMP} ${PREFIX} ${X11} ${SYS} --with-dumping=pdumper
make %{?_smp_mflags}
%make_build
cp src/emacs emacs-x11
cp src/emacs.pdmp emacs-x11.pdmp