mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: remove Grantlee references from legacy scripts
I debated about this commit... we don't use these scripts any more, but it seems like it would be worse to leave the Grantlee references in them. Yet of course this is all no longer tested. Maybe it is time to delete the scripts from the tree. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ec7422feb5
commit
b40c8de35b
6 changed files with 6 additions and 38 deletions
|
|
@ -23,7 +23,6 @@ autoreconf --install
|
|||
# the intended layout as seen inside the container is
|
||||
# /win/subsurface # sources that we are testing
|
||||
# /win32 # binaries that are build
|
||||
# /grantlee
|
||||
# /libzip
|
||||
# /hidapi
|
||||
# /googlemaps
|
||||
|
|
@ -46,7 +45,6 @@ docker exec -t builder apt-get install -y ca-certificates libtool
|
|||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . libzip
|
||||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . hidapi
|
||||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . googlemaps
|
||||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . grantlee
|
||||
|
||||
# smtk2ssrf build
|
||||
docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . mdbtools
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# installer on Travis
|
||||
#
|
||||
# working directory is assumed to be the directory including all the
|
||||
# source directories (subsurface, googlemaps, grantlee, etc)
|
||||
# source directories (subsurface, googlemaps, etc)
|
||||
# in order to be compatible with the assumed layout in the MXE script, we
|
||||
# need to create the secondary build directory
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue