mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
e27639b95a
a/findutils-4.6.0-x86_64-1.txz: Upgraded. a/kernel-firmware-20180821_1d17c18-noarch-1.txz: Upgraded. a/kernel-generic-4.14.66-x86_64-1.txz: Upgraded. a/kernel-huge-4.14.66-x86_64-1.txz: Upgraded. a/kernel-modules-4.14.66-x86_64-1.txz: Upgraded. ap/man-db-2.8.4-x86_64-2.txz: Rebuilt. Rebuilt to get it on the slackpkg upgrade list since the previous texlive package clobbered /usr/bin/man and we need to fix that. d/kernel-headers-4.14.66-x86-1.txz: Upgraded. k/kernel-source-4.14.66-noarch-1.txz: Upgraded. l/glib2-2.56.2-x86_64-1.txz: Upgraded. t/texlive-2018.180822-x86_64-1.txz: Upgraded. Added some patches that I'd dropped - sorry, my bad. Don't clobber /usr/bin/man. Thanks to Johannes Schoepfer. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
22 lines
745 B
Diff
22 lines
745 B
Diff
--- ./Makefile.in.orig 2015-12-28 15:31:15.000000000 -0600
|
|
+++ ./Makefile.in 2018-08-16 15:04:37.525329502 -0500
|
|
@@ -1639,7 +1639,7 @@
|
|
DISTCLEANFILES = tool-versions.txt
|
|
|
|
# "tests" is the gnulib unit test dir.
|
|
-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4
|
|
+SUBDIRS = gl tests build-aux lib find xargs doc po m4
|
|
ACLOCAL_AMFLAGS = -I gl/m4 -I m4
|
|
TESTFILE_SUFFIXES = .exp .xo .xe .xi
|
|
all: config.h
|
|
--- ./Makefile.am.orig 2015-12-28 15:10:23.000000000 -0600
|
|
+++ ./Makefile.am 2018-08-16 15:04:25.998328424 -0500
|
|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
# "tests" is the gnulib unit test dir.
|
|
-SUBDIRS = gl tests build-aux lib find xargs locate doc po m4
|
|
+SUBDIRS = gl tests build-aux lib find xargs doc po m4
|
|
|
|
ACLOCAL_AMFLAGS = -I gl/m4 -I m4
|
|
|