From 48a80bf5fb4abe87c0ff537a9dcfa2be25a8da9c Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Mon, 9 Oct 2023 11:20:42 +0200 Subject: [PATCH] fix for SailfishOS --- examples/advanced-qml-auto-reload/make.lisp | 5 +---- examples/app-template/make.lisp | 5 +---- examples/camera/make.lisp | 5 +---- examples/cl-repl/make.lisp | 5 +---- examples/clog-demo/make.lisp | 5 +---- examples/meshtastic/make.lisp | 5 +---- examples/swank-server/make.lisp | 5 +---- examples/wear-os-gps/make.lisp | 5 +---- 8 files changed, 8 insertions(+), 32 deletions(-) diff --git a/examples/advanced-qml-auto-reload/make.lisp b/examples/advanced-qml-auto-reload/make.lisp index 1522a11..0c15289 100644 --- a/examples/advanced-qml-auto-reload/make.lisp +++ b/examples/advanced-qml-auto-reload/make.lisp @@ -7,10 +7,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy Swank and ECL contrib files (mobile only) diff --git a/examples/app-template/make.lisp b/examples/app-template/make.lisp index adff0ff..ee374af 100644 --- a/examples/app-template/make.lisp +++ b/examples/app-template/make.lisp @@ -6,10 +6,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) (require :asdf) diff --git a/examples/camera/make.lisp b/examples/camera/make.lisp index 2fb1253..8a24552 100644 --- a/examples/camera/make.lisp +++ b/examples/camera/make.lisp @@ -7,10 +7,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy ECL '*.doc' and 'encodings/' (mobile only) diff --git a/examples/cl-repl/make.lisp b/examples/cl-repl/make.lisp index 48d6542..bc45ec2 100644 --- a/examples/cl-repl/make.lisp +++ b/examples/cl-repl/make.lisp @@ -9,10 +9,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy Swank and ECL contrib files (mobile only) diff --git a/examples/clog-demo/make.lisp b/examples/clog-demo/make.lisp index 927276f..0827dbc 100644 --- a/examples/clog-demo/make.lisp +++ b/examples/clog-demo/make.lisp @@ -7,10 +7,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy Swank and ECL contrib files (mobile only) diff --git a/examples/meshtastic/make.lisp b/examples/meshtastic/make.lisp index 077ac34..509e63d 100644 --- a/examples/meshtastic/make.lisp +++ b/examples/meshtastic/make.lisp @@ -11,10 +11,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy Swank and ECL contrib files (mobile only) diff --git a/examples/swank-server/make.lisp b/examples/swank-server/make.lisp index 1522a11..0c15289 100644 --- a/examples/swank-server/make.lisp +++ b/examples/swank-server/make.lisp @@ -7,10 +7,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) ;;; copy Swank and ECL contrib files (mobile only) diff --git a/examples/wear-os-gps/make.lisp b/examples/wear-os-gps/make.lisp index dd41bb2..c85a3e6 100644 --- a/examples/wear-os-gps/make.lisp +++ b/examples/wear-os-gps/make.lisp @@ -6,10 +6,7 @@ (list "/ecl-android" "/ecl-ios") (list :android :ios))) -(when (probe-file "/etc/sailfish-release") - (pushnew :sailfish *features*)) - -#+(or android ios sailfish) +#+(or android ios) (pushnew :mobile *features*) (require :asdf)