Skip to content

Commit bbf8cae

Browse files
committed
build: drop support for building with Watcom
These files are not maintained, they seem to have no users, Watcom compilers look like not having users nor releases anymore. Closes curl#5918
1 parent 953088d commit bbf8cae

File tree

5 files changed

+4
-524
lines changed

5 files changed

+4
-524
lines changed

Makefile.dist

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# | (__| |_| | _ <| |___
66
# \___|\___/|_| \_\_____|
77
#
8-
# Copyright (C) 1998 - 2018, Daniel Stenberg, <[email protected]>, et al.
8+
# Copyright (C) 1998 - 2020, Daniel Stenberg, <[email protected]>, et al.
99
#
1010
# This software is licensed as described in the file COPYING, which
1111
# you should have received as part of this distribution. The terms
@@ -28,18 +28,6 @@ ssl:
2828
./configure --with-ssl
2929
make
3030

31-
watcom: .SYMBOLIC
32-
cd lib && $(MAKE) -u -f Makefile.Watcom
33-
cd src && $(MAKE) -u -f Makefile.Watcom
34-
35-
watcom-clean: .SYMBOLIC
36-
cd lib && $(MAKE) -u -f Makefile.Watcom clean
37-
cd src && $(MAKE) -u -f Makefile.Watcom clean
38-
39-
watcom-vclean: .SYMBOLIC
40-
cd lib && $(MAKE) -u -f Makefile.Watcom vclean
41-
cd src && $(MAKE) -u -f Makefile.Watcom vclean
42-
4331
mingw32:
4432
$(MAKE) -C lib -f Makefile.m32
4533
$(MAKE) -C src -f Makefile.m32

lib/Makefile.Watcom

Lines changed: 0 additions & 274 deletions
This file was deleted.

lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXTRA_DIST = Makefile.m32 config-win32.h config-win32ce.h \
2727
config-plan9.h config-riscos.h config-mac.h curl_config.h.in \
2828
makefile.dj config-dos.h libcurl.plist libcurl.rc config-amigaos.h \
2929
makefile.amiga Makefile.netware nwlib.c nwos.c config-win32ce.h \
30-
config-os400.h setup-os400.h config-symbian.h Makefile.Watcom \
30+
config-os400.h setup-os400.h config-symbian.h \
3131
config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \
3232
firefox-db2pem.sh config-vxworks.h Makefile.vxworks checksrc.pl \
3333
setup-win32.h

0 commit comments

Comments
 (0)