Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d2e73a

Browse files
committed
Remove obsolete replacement system() on darwin
Per comment in the file, this was fixed around OS X 10.2.
1 parent c5d4f40 commit 1d2e73a

File tree

4 files changed

+0
-161
lines changed

4 files changed

+0
-161
lines changed

src/backend/port/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ include $(top_builddir)/src/Makefile.global
2323

2424
OBJS = atomics.o dynloader.o pg_sema.o pg_shmem.o $(TAS)
2525

26-
ifeq ($(PORTNAME), darwin)
27-
SUBDIRS += darwin
28-
endif
2926
ifeq ($(PORTNAME), win32)
3027
SUBDIRS += win32
3128
endif
@@ -44,5 +41,4 @@ endif
4441

4542
distclean clean:
4643
rm -f tas_cpp.s
47-
$(MAKE) -C darwin clean
4844
$(MAKE) -C win32 clean

src/backend/port/darwin/Makefile

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

src/backend/port/darwin/README

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

src/backend/port/darwin/system.c

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

0 commit comments

Comments
 (0)