We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d4f40 commit 1d2e73aCopy full SHA for 1d2e73a
src/backend/port/Makefile
@@ -23,9 +23,6 @@ include $(top_builddir)/src/Makefile.global
23
24
OBJS = atomics.o dynloader.o pg_sema.o pg_shmem.o $(TAS)
25
26
-ifeq ($(PORTNAME), darwin)
27
-SUBDIRS += darwin
28
-endif
29
ifeq ($(PORTNAME), win32)
30
SUBDIRS += win32
31
endif
@@ -44,5 +41,4 @@ endif
44
41
45
42
distclean clean:
46
43
rm -f tas_cpp.s
47
- $(MAKE) -C darwin clean
48
$(MAKE) -C win32 clean
src/backend/port/darwin/Makefile
src/backend/port/darwin/README
src/backend/port/darwin/system.c
0 commit comments