Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 1 | From 19bd0a979677a81d7399d5b567998398ec81f38b Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Thu, 8 Jul 2021 15:40:10 -0700 |
| 4 | Subject: [PATCH] build: Do not build po files |
| 5 | |
| 6 | Fixes |
| 7 | | make[1]: Entering directory '/mnt/b/yoe/master/build/tmp/work/cortexa57-yoe-linux/xscreensaver/6.01-r0/xscreensaver-6.01/po' |
| 8 | | make[1]: *** No rule to make target 'default'. Stop. |
| 9 | |
| 10 | Upstream-Status: Pending |
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 12 | --- |
| 13 | Makefile.in | 3 +-- |
| 14 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 15 | |
| 16 | --- a/Makefile.in |
| 17 | +++ b/Makefile.in |
| 18 | @@ -6,8 +6,8 @@ srcdir = @srcdir@ |
| 19 | VPATH = @srcdir@ |
| 20 | |
| 21 | SHELL = /bin/sh |
| 22 | -SUBDIRS = utils jwxyz hacks/images hacks hacks/glx hacks/fonts \ |
| 23 | - driver po |
| 24 | +SUBDIRS = utils jwxyz hacks/images hacks hacks/fonts \ |
| 25 | + driver |
| 26 | SUBDIRS2 = $(SUBDIRS) OSX android |
| 27 | TARFILES = README README.hacking INSTALL \ |
| 28 | configure configure.ac Makefile.in config.h.in \ |
| 29 | @@ -451,4 +451,3 @@ cerebrum:: |
| 30 | --include 'configure*' \ |
| 31 | --include '*/' \ |
| 32 | --exclude '*' |
| 33 | - |
| 34 | --- a/driver/Makefile.in |
| 35 | +++ b/driver/Makefile.in |
| 36 | @@ -212,7 +212,7 @@ TEST_EXES = test-passwd test-uid |
| 37 | xdpyinfo test-screens test-yarandom test-xinput \ |
| 38 | test-xkb |
| 39 | |
| 40 | -EXES = xscreensaver xscreensaver-command xscreensaver-settings |
| 41 | +EXES = xscreensaver xscreensaver-command |
| 42 | UTIL_EXES = xscreensaver-gfx @EXES_SYSTEMD@ |
| 43 | SETUID_EXES = xscreensaver-auth |
| 44 | DEMO_EXES = @ALL_DEMO_PROGRAMS@ |