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)